GroupNode {DSLite} | R Documentation |
AST node that reprsents a group of tokens enclosed by parenthesis.
DSLite::Node
-> GroupNode
to_string()
Get the string representation of the GroupNode
GroupNode$to_string()
clone()
The objects of this class are cloneable with this method.
GroupNode$clone(deep = FALSE)
deep
Whether to make a deep clone.
Other parser items:
BinaryOpNode
,
FormulaNode
,
FunctionNode
,
Node
,
NumericNode
,
ParameterNode
,
RangeNode
,
StringNode
,
SymbolNode
,
UnaryOpNode