ParameterNode {DSLite} | R Documentation |
AST node that represents a function's named parameter (such as NAME = expression).
DSLite::Node
-> ParameterNode
add_child()
Two children
ParameterNode$add_child(val)
val
Child Node
to_string()
Get the string representation of the BinaryOpNode
ParameterNode$to_string()
clone()
The objects of this class are cloneable with this method.
ParameterNode$clone(deep = FALSE)
deep
Whether to make a deep clone.
Other parser items:
BinaryOpNode
,
FormulaNode
,
FunctionNode
,
GroupNode
,
Node
,
NumericNode
,
RangeNode
,
StringNode
,
SymbolNode
,
UnaryOpNode