| Package | Description |
|---|---|
| com.io7m.jsx.api.lexer |
Lexer API.
|
| com.io7m.jsx.api.tokens |
Lexer token definitions.
|
| com.io7m.jsx.lexer |
Lexer.
|
| Modifier and Type | Method | Description |
|---|---|---|
TokenType |
JSXLexerType.token() |
| Modifier and Type | Class | Description |
|---|---|---|
class |
TokenComment |
A comment.
|
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.
|
| Modifier and Type | Method | Description |
|---|---|---|
TokenType |
JSXLexer.token() |
Copyright © 2017 <code@io7m.com> http://io7m.com