lib-ruby-parser (C++ bindings)
4.0.1+ruby-3.1.1
C++ bindings for lib-ruby-parser library
|
Represents END { .. }
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 END { .. }
statement.
Loc lib_ruby_parser::Postexe::begin_l |
Location of the open parenthesis
Node* lib_ruby_parser::Postexe::body |
Body of the block.
Loc lib_ruby_parser::Postexe::end_l |
Location of the closing parenthesis
Loc lib_ruby_parser::Postexe::expression_l |
Location of the full expression
Loc lib_ruby_parser::Postexe::keyword_l |
Location of the END
keyword