lib-ruby-parser (C++ bindings)
4.0.1+ruby-3.1.1
C++ bindings for lib-ruby-parser library
|
Represents inclusive range (i.e. 2..4
)
More...
#include <nodes.hpp>
Public Attributes | |
Node * | left |
Begin of the range, None if range has no begin (i.e. ..4 ) More... | |
Node * | right |
End of the range, None if range has no end (i.e. 2.. ) More... | |
Loc | operator_l |
Loc | expression_l |
Represents inclusive range (i.e. 2..4
)
Loc lib_ruby_parser::Irange::expression_l |
Location of the full expression
Loc lib_ruby_parser::Irange::operator_l |
Location of the ..
operator
Node* lib_ruby_parser::Irange::right |
End of the range, None
if range has no end
(i.e. 2..
)