AST node that represents a range of values (such as min expression:max expression), therefore having two child nodes.
DSLite::Node
-> RangeNode
add_child()
Two children
RangeNode$add_child(val)
val
Child Node
to_string()
Get the string representation of the BinaryOpNode
RangeNode$to_string()
clone()
The objects of this class are cloneable with this method.
RangeNode$clone(deep = FALSE)
deep
Whether to make a deep clone.
Other parser items:
BinaryOpNode
,
FormulaNode
,
FunctionNode
,
GroupNode
,
Node
,
NumericNode
,
ParameterNode
,
StringNode
,
SymbolNode
,
UnaryOpNode