|
lib-ruby-parser (C++ bindings)
4.0.1+ruby-3.1.1
C++ bindings for lib-ruby-parser library
|
Represents BEGIN { ... } statement.
More...
#include <nodes.hpp>
Public Attributes | |
| Node * | body |
| Body of the block. More... | |
| Loc | keyword_l |
| Loc | begin_l |
| Loc | end_l |
| Loc | expression_l |
Represents BEGIN { ... } statement.
| Loc lib_ruby_parser::Preexe::begin_l |
Location of the open parenthesis
| Node* lib_ruby_parser::Preexe::body |
Body of the block.
| Loc lib_ruby_parser::Preexe::end_l |
Location of the closing parenthesis
| Loc lib_ruby_parser::Preexe::expression_l |
Location of the full expression
| Loc lib_ruby_parser::Preexe::keyword_l |
Location of the BEGIN keyword