R/ast.R
FunctionNode.Rd
AST node that represents a function with its arguments.
Other parser items: BinaryOpNode, FormulaNode, GroupNode, Node, NumericNode, ParameterNode, RangeNode, StringNode, SymbolNode, UnaryOpNode
BinaryOpNode
FormulaNode
GroupNode
Node
NumericNode
ParameterNode
RangeNode
StringNode
SymbolNode
UnaryOpNode
DSLite::Node -> FunctionNode
DSLite::Node
FunctionNode
FunctionNode$to_string()
FunctionNode$clone()
Inherited methodsDSLite::Node$accept() DSLite::Node$add_child() DSLite::Node$initialize() DSLite::Node$set_parent() DSLite::Node$to_string_children()
DSLite::Node$accept()
DSLite::Node$add_child()
DSLite::Node$initialize()
DSLite::Node$set_parent()
DSLite::Node$to_string_children()
to_string()
Get the string representation of the FunctionNode
clone()
The objects of this class are cloneable with this method.
FunctionNode$clone(deep = FALSE)
deep
Whether to make a deep clone.