|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Token.Type | |
---|---|
pmp | This package contains core classes of PMP macroprocessor. |
Uses of Token.Type in pmp |
---|
Methods in pmp that return Token.Type | |
---|---|
Token.Type |
Token.getType()
Returns lexical type of this token. |
static Token.Type |
Token.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Token.Type[] |
Token.Type.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Constructors in pmp with parameters of type Token.Type | |
---|---|
Token(Token.Type type)
|
|
Token(Token.Type type,
java.lang.String typeID)
|
|
Token(Token.Type type,
java.lang.String typeID,
java.lang.String string)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |