lib-ruby-parser (C++ bindings)
4.0.1+ruby-3.1.1
C++ bindings for lib-ruby-parser library
|
#include <nodes.hpp>
Public Attributes | |
NodeList | args |
List of arguments. More... | |
Loc | expression_l |
MaybeLoc | begin_l |
MaybeLoc | end_l |
NodeList lib_ruby_parser::Args::args |
List of arguments.
MaybeLoc lib_ruby_parser::Args::begin_l |
Location of the open parenthesis
None
for code like def m; end
or def m arg; end
MaybeLoc lib_ruby_parser::Args::end_l |
Location of the closing parenthesis
None
for code like def m; end
or def m arg; end
Loc lib_ruby_parser::Args::expression_l |
Location of the full expression