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