| NumericNode {DSLite} | R Documentation | 
Numeric AST node
Description
AST node that reprsents a numeric (integer or float) value.
Super class
DSLite::Node -> NumericNode
Methods
Public methods
Inherited methods
Method add_child()
No children
Usage
NumericNode$add_child(val)
Arguments
valChild Node
Method to_string()
Get the string representation of the NumericNode
Usage
NumericNode$to_string()
Method clone()
The objects of this class are cloneable with this method.
Usage
NumericNode$clone(deep = FALSE)
Arguments
deepWhether to make a deep clone.
See Also
Other parser items: 
BinaryOpNode,
FormulaNode,
FunctionNode,
GroupNode,
Node,
ParameterNode,
RangeNode,
StringNode,
SymbolNode,
UnaryOpNode
[Package DSLite version 1.4.0 Index]