|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Token.Type | |
---|---|
edu.iu.cnets.klatsch.parser |
Uses of Token.Type in edu.iu.cnets.klatsch.parser |
---|
Fields in edu.iu.cnets.klatsch.parser declared as Token.Type | |
---|---|
(package private) Token.Type |
Token.type
|
Methods in edu.iu.cnets.klatsch.parser that return Token.Type | |
---|---|
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 are declared. |
Methods in edu.iu.cnets.klatsch.parser with parameters of type Token.Type | |
---|---|
(package private) boolean |
Token.isType(Token.Type type)
Determine whether this token is of the given type. |
(package private) Token |
TokenStream.require(Token.Type type)
Reads the next token in the stream, which must match the given type to avoid causing an error. |
Constructors in edu.iu.cnets.klatsch.parser with parameters of type Token.Type | |
---|---|
Token(Token.Type type)
Initializes a new token of a type that does not take a value. |
|
Token(Token.Type type,
java.lang.Object value)
Initializes a new token of a type that does take a value. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |