AST node that represent a string value, either single or double quoted.
DSLite::Node
-> StringNode
add_child()
No children
StringNode$add_child(val)
val
Child Node
to_string()
Get the string representation of the StringNode
StringNode$to_string()
clone()
The objects of this class are cloneable with this method.
StringNode$clone(deep = FALSE)
deep
Whether to make a deep clone.
Other parser items:
BinaryOpNode
,
FormulaNode
,
FunctionNode
,
GroupNode
,
Node
,
NumericNode
,
ParameterNode
,
RangeNode
,
SymbolNode
,
UnaryOpNode