AST node that reprsents a numeric (integer or float) value.
DSLite::Node -> NumericNode
add_child()No children
NumericNode$add_child(val)valChild 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)deepWhether to make a deep clone.
Other parser items:
BinaryOpNode,
FormulaNode,
FunctionNode,
GroupNode,
Node,
ParameterNode,
RangeNode,
StringNode,
SymbolNode,
UnaryOpNode