|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TokenType | |
|---|---|
| org.millscript.millscript.syntax | |
| Uses of TokenType in org.millscript.millscript.syntax |
|---|
| Methods in org.millscript.millscript.syntax that return TokenType | |
|---|---|
TokenType |
TokenizerImpl.nextToken()
|
TokenType |
Tokenizer.nextToken()
Returns the type of the next token. |
TokenType |
SpiceClassParserDelegate.nextToken()
|
TokenType |
TokenizerImpl.peekToken()
|
TokenType |
Tokenizer.peekToken()
Peeks a look at the type of the next token to be returned by nextToken. |
TokenType |
SpiceClassParserDelegate.peekToken()
|
static TokenType |
TokenType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TokenType[] |
TokenType.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||