|
lib-ruby-parser (C++ bindings)
4.0.1+ruby-3.1.1
C++ bindings for lib-ruby-parser library
|
Represents lhs ||= rhs assignment.
More...
#include <nodes.hpp>
Public Attributes | |
| Node * | recv |
| Left hand statement. More... | |
| Node * | value |
| Right hand statement. More... | |
| Loc | operator_l |
| Loc | expression_l |
Represents lhs ||= rhs assignment.
| Loc lib_ruby_parser::OrAsgn::expression_l |
Location of the full expression
| Loc lib_ruby_parser::OrAsgn::operator_l |
Location of the ||= operator
| Node* lib_ruby_parser::OrAsgn::recv |
Left hand statement.
| Node* lib_ruby_parser::OrAsgn::value |
Right hand statement.