lib-ruby-parser (C++ bindings)
4.0.1+ruby-3.1.1
C++ bindings for lib-ruby-parser library
|
Represents foo && bar
(or foo and bar
) statement.
More...
#include <nodes.hpp>
Public Attributes | |
Node * | lhs |
Node * | rhs |
Loc | operator_l |
Loc | expression_l |
Represents foo && bar
(or foo and bar
) statement.
Loc lib_ruby_parser::And::expression_l |
Location of the full expression
Node* lib_ruby_parser::And::lhs |
Left hand statament of the &&
operation.
Lvar("foo")
node for foo && bar
Loc lib_ruby_parser::And::operator_l |
Location of the &&
(or and
) operator
Node* lib_ruby_parser::And::rhs |
Right hand statement of the &&
operation.
Lvar("bar")
node for foo && bar