|
lib-ruby-parser (C++ bindings)
4.0.1+ruby-3.1.1
C++ bindings for lib-ruby-parser library
|
Represents exclusive flip-flop (i.e. in if foo...bar; end)
More...
#include <nodes.hpp>
Public Attributes | |
| Node * | left |
Left part of the flip-flop. None if based on a range without begin (...bar) More... | |
| Node * | right |
Right part of the flip-flop. None if based on a range without end (foo...) More... | |
| Loc | operator_l |
| Loc | expression_l |
Represents exclusive flip-flop (i.e. in if foo...bar; end)
| Loc lib_ruby_parser::EFlipFlop::expression_l |
Location of the full expression
| Node* lib_ruby_parser::EFlipFlop::left |
Left part of the flip-flop. None if based on a range without begin (...bar)
| Loc lib_ruby_parser::EFlipFlop::operator_l |
Location of the ... operator
| Node* lib_ruby_parser::EFlipFlop::right |
Right part of the flip-flop. None if based on a range without end (foo...)