Package | Description |
---|---|
eu.slipo.athenarc.triplegeo.expression |
Modifier and Type | Field and Description |
---|---|
private TokenType |
SimpleExpr.comp |
(package private) TokenType |
Token.type |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
Token |
TokenStream.consume(TokenType type)
Consumes next token of the given type.
|
Token |
TokenStream.consumeIf(TokenType type)
Consumes token of given type; it pauses and does not consume the rest if type differs.
|
Constructor and Description |
---|
Token(TokenType type,
int start,
java.lang.String data)
Constructor of the class.
|