|
lib-ruby-parser (C++ bindings)
4.0.1+ruby-3.1.1
C++ bindings for lib-ruby-parser library
|
Represents mass-assignment (i.e. foo, bar = 1, 2)
More...
#include <nodes.hpp>
Public Attributes | |
| Node * | lhs |
| Left hand statement of the assignment. More... | |
| Node * | rhs |
| Left hand statement of the assignment. More... | |
| Loc | operator_l |
| Loc | expression_l |
Represents mass-assignment (i.e. foo, bar = 1, 2)
| Loc lib_ruby_parser::Masgn::expression_l |
Location of the full expression
| Node* lib_ruby_parser::Masgn::lhs |
Left hand statement of the assignment.
| Loc lib_ruby_parser::Masgn::operator_l |
Location of the = operator
| Node* lib_ruby_parser::Masgn::rhs |
Left hand statement of the assignment.