| Package | Description |
|---|---|
| eu.slipo.athenarc.triplegeo.expression |
| Modifier and Type | Field and Description |
|---|---|
private Token |
SimpleExpr.op |
| Modifier and Type | Field and Description |
|---|---|
(package private) java.util.List<Token> |
TokenStream.tokens |
| 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 |
|---|
TokenStream(java.util.List<Token> tokens)
Constructor or the class.
|