GroupNode: Group AST node

GroupNodeR Documentation

Group AST node

Description

AST node that reprsents a group of tokens enclosed by parenthesis.

Super class

DSLite::Node -> GroupNode

Methods

Public methods

Inherited methods

Method to_string()

Get the string representation of the GroupNode

Usage
GroupNode$to_string()

Method clone()

The objects of this class are cloneable with this method.

Usage
GroupNode$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

See Also

Other parser items: BinaryOpNode, FormulaNode, FunctionNode, Node, NumericNode, ParameterNode, RangeNode, StringNode, SymbolNode, UnaryOpNode


DSLite documentation built on Oct. 7, 2022, 9:05 a.m.