Class | Description |
---|---|
SymbolNode |
Represents a Symbol Nodes, containing other child nodes (or leafs).
|
SymbolTreeParser |
Parses a symbol string as specified by the RoboCup Server Manual into a Tree
consisting of SymbolNode and String objects.
|
Exception | Description |
---|---|
IllegalSymbolInputException |
Exception thrown if illegal symbols are found in the input stream
|