lib-ruby-parser (C++ bindings)
4.0.1+ruby-3.1.1
C++ bindings for lib-ruby-parser library
|
#include <nodes.hpp>
Public Attributes | |
String | name |
Name of the local variable. More... | |
Loc | expression_l |
Represents access to a local variable (i.e. foo
)
Parser knows that it's a local variable because:
MatchWithLvasgn
nodeOtherwise it's a method call (see Send
)
Loc lib_ruby_parser::Lvar::expression_l |
Location of the local variable
String lib_ruby_parser::Lvar::name |
Name of the local variable.