|
lib-ruby-parser (C++ bindings)
4.0.1+ruby-3.1.1
C++ bindings for lib-ruby-parser library
|
Represents left hand statement of the mass-assignment (i.e. foo, bar in foo, bar = 1, 2)
More...
#include <nodes.hpp>
Public Attributes | |
| NodeList | items |
| A list of items that are assigned. More... | |
| MaybeLoc | begin_l |
| MaybeLoc | end_l |
| Loc | expression_l |
Represents left hand statement of the mass-assignment (i.e. foo, bar in foo, bar = 1, 2)
| MaybeLoc lib_ruby_parser::Mlhs::begin_l |
Location of the open parenthesis
None if there are no parentheses
| MaybeLoc lib_ruby_parser::Mlhs::end_l |
Location of the closing parenthesis
None if there are no parentheses
| Loc lib_ruby_parser::Mlhs::expression_l |
Location of the full expression
| NodeList lib_ruby_parser::Mlhs::items |
A list of items that are assigned.