| StringNode {DSLite} | R Documentation | 
String AST node
Description
AST node that represent a string value, either single or double quoted.
Super class
DSLite::Node -> StringNode
Methods
Public methods
Inherited methods
Method add_child()
No children
Usage
StringNode$add_child(val)
Arguments
valChild Node
Method to_string()
Get the string representation of the StringNode
Usage
StringNode$to_string()
Method clone()
The objects of this class are cloneable with this method.
Usage
StringNode$clone(deep = FALSE)
Arguments
deepWhether to make a deep clone.
See Also
Other parser items: 
BinaryOpNode,
FormulaNode,
FunctionNode,
GroupNode,
Node,
NumericNode,
ParameterNode,
RangeNode,
SymbolNode,
UnaryOpNode
[Package DSLite version 1.4.0 Index]