|
lib-ruby-parser (C++ bindings)
4.0.1+ruby-3.1.1
C++ bindings for lib-ruby-parser library
|
Represents module declaration using module keyword.
More...
#include <nodes.hpp>
Public Attributes | |
| Node * | name |
| Name of the module. More... | |
| Node * | body |
| Loc | keyword_l |
| Loc | end_l |
| Loc | expression_l |
Represents module declaration using module keyword.
| Node* lib_ruby_parser::Module::body |
Body of the module
None if module has no body
| Loc lib_ruby_parser::Module::end_l |
Location of the end keyword
| Loc lib_ruby_parser::Module::expression_l |
Location of the full expression
| Loc lib_ruby_parser::Module::keyword_l |
Location of the module keyword
| Node* lib_ruby_parser::Module::name |
Name of the module.