Uses of Class
org.joni.constants.TokenType
-
Packages that use TokenType Package Description org.joni org.joni.constants -
-
Uses of TokenType in org.joni
Fields in org.joni declared as TokenType Modifier and Type Field Description (package private) TokenType
Token. type
Methods in org.joni that return TokenType Modifier and Type Method Description protected TokenType
Lexer. fetchToken()
protected TokenType
Lexer. fetchTokenInCC()
Methods in org.joni with parameters of type TokenType Modifier and Type Method 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)
-
Uses of TokenType in org.joni.constants
Methods in org.joni.constants that return TokenType Modifier and Type Method Description 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 are declared.
-