lib-ruby-parser (C++ bindings)
4.0.1+ruby-3.1.1
C++ bindings for lib-ruby-parser library
|
Represents a &&= 1
statement.
More...
#include <nodes.hpp>
Public Attributes | |
Node * | recv |
Node * | value |
Loc | operator_l |
Loc | expression_l |
Represents a &&= 1
statement.
Loc lib_ruby_parser::AndAsgn::expression_l |
Location of the full expression
Loc lib_ruby_parser::AndAsgn::operator_l |
Location of the &&=
operator