| Package | Description |
|---|---|
| com.io7m.jsx.lexer |
Lexer.
|
| com.io7m.jsx.tokens |
Token definitions.
|
| Modifier and Type | Method and Description |
|---|---|
TokenType |
LexerType.token() |
TokenType |
Lexer.token() |
| Modifier and Type | Class and Description |
|---|---|
class |
TokenEOF
End of file.
|
class |
TokenLeftParenthesis
Left parenthesis '('.
|
class |
TokenLeftSquare
Left square bracket '['.
|
class |
TokenQuotedString
A quoted string.
|
class |
TokenRightParenthesis
Right parenthesis ')'.
|
class |
TokenRightSquare
Right square bracket ']'.
|
class |
TokenSymbol
A symbol.
|
Copyright © 2015 <code@io7m.com> http://io7m.com