| Interface | Description |
|---|---|
| TokenMatcherType<A,E extends java.lang.Exception> |
The type of token matchers.
|
| TokenType |
The type of tokens.
|
| Class | Description |
|---|---|
| TokenComment |
A comment.
|
| TokenEOF |
End of file.
|
| TokenLeftParenthesis |
Left parenthesis '('.
|
| TokenLeftSquare |
Left square bracket '['.
|
| TokenQuotedString |
A quoted string.
|
| TokenRightParenthesis |
Right parenthesis ')'.
|
| TokenRightSquare |
Right square bracket ']'.
|
| TokenSymbol |
A symbol.
|
Copyright © 2017 <code@io7m.com> http://io7m.com