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)valChild 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)deepWhether to make a deep clone.
Other parser items:
BinaryOpNode,
FormulaNode,
FunctionNode,
GroupNode,
Node,
NumericNode,
ParameterNode,
StringNode,
SymbolNode,
UnaryOpNode