public class SymbolNode
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.List<java.lang.Object> |
children
Children list
|
Constructor and Description |
---|
SymbolNode()
Constructor
|
SymbolNode(java.util.List<java.lang.Object> children)
Assignment Constructor
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Returns a textual representation of the Node.
|