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