AST node that represents a R symbol (variable name, function name etc.).
DSLite::Node -> SymbolNode
add_child()No children
SymbolNode$add_child(val)valChild Node
to_string()Get the string representation of the SymbolNode
SymbolNode$to_string()
clone()The objects of this class are cloneable with this method.
SymbolNode$clone(deep = FALSE)deepWhether to make a deep clone.
Other parser items:
BinaryOpNode,
FormulaNode,
FunctionNode,
GroupNode,
Node,
NumericNode,
ParameterNode,
RangeNode,
StringNode,
UnaryOpNode