Interface ITerminalSymbols


public interface ITerminalSymbols
Maps each terminal symbol in the java-grammar into a unique integer. This integer is used to represent the terminal when computing a parsing action.
Since:
2.0
See Also:
Restriction:
This interface is not intended to be implemented by clients.