|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use TokenType | |
|---|---|
| org.joni | |
| org.joni.constants | |
| Uses of TokenType in org.joni |
|---|
| Fields in org.joni declared as TokenType | |
|---|---|
(package private) TokenType |
Token.type
|
| Methods in org.joni that return TokenType | |
|---|---|
protected TokenType |
Lexer.fetchToken()
|
protected TokenType |
Lexer.fetchTokenInCC()
|
| Methods in org.joni with parameters of type TokenType | |
|---|---|
private Node |
Parser.parseBranch(TokenType term)
|
private Node |
Parser.parseEnclose(TokenType term)
|
private Node |
Parser.parseExp(TokenType term)
|
private Node |
Parser.parseSubExp(TokenType term)
|
private void |
Parser.parseSubExpError(TokenType term)
|
| Uses of TokenType in org.joni.constants |
|---|
| Methods in org.joni.constants that return TokenType | |
|---|---|
static TokenType |
TokenType.valueOf(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 are declared. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||