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