public class SymbolTreeParser
extends java.lang.Object
Constructor and Description |
---|
SymbolTreeParser() |
Modifier and Type | Method and Description |
---|---|
SymbolNode |
parse(java.lang.String input)
Parse a smybol string as specified by the RoboCup Manual into a Symbol
tree.
|
public SymbolNode parse(java.lang.String input) throws IllegalSymbolInputException
input
- String formed according to the RoboCup manualIllegalSymbolInputException
- if illegal symbols are found in the
input stream