AST node that reprsents a numeric (integer or float) value.
DSLite::Node
-> NumericNode
add_child()
No children
NumericNode$add_child(val)
val
Child Node
to_string()
Get the string representation of the NumericNode
NumericNode$to_string()
clone()
The objects of this class are cloneable with this method.
NumericNode$clone(deep = FALSE)
deep
Whether to make a deep clone.
Other parser items:
BinaryOpNode
,
FormulaNode
,
FunctionNode
,
GroupNode
,
Node
,
ParameterNode
,
RangeNode
,
StringNode
,
SymbolNode
,
UnaryOpNode