AST node that represents a R symbol (variable name, function name etc.).

Super class

DSLite::Node -> SymbolNode

Methods

Inherited methods


Method add_child()

No children

Usage

SymbolNode$add_child(val)

Arguments

val

Child Node


Method to_string()

Get the string representation of the SymbolNode

Usage

SymbolNode$to_string()


Method clone()

The objects of this class are cloneable with this method.

Usage

SymbolNode$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.