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