Package | Description |
---|---|
org.joni | |
org.joni.constants |
Modifier and Type | Field and Description |
---|---|
(package private) TokenType |
Token.type |
Modifier and Type | Method and Description |
---|---|
protected TokenType |
Lexer.fetchToken() |
protected TokenType |
Lexer.fetchTokenInCC() |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2018. All rights reserved.