lib-ruby-parser (C++ bindings)
4.0.1+ruby-3.1.1
C++ bindings for lib-ruby-parser library
|
Represents inclusive 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 inclusive flip-flop (i.e. in if foo..bar; end
)
Loc lib_ruby_parser::IFlipFlop::expression_l |
Location of the full expression
Node* lib_ruby_parser::IFlipFlop::left |
Left part of the flip-flop. None
if based on a range without begin (..bar
)
Loc lib_ruby_parser::IFlipFlop::operator_l |
Location of the ..
operator
Node* lib_ruby_parser::IFlipFlop::right |
Right part of the flip-flop. None
if based on a range without end (foo..
)