|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TokenStreamException | |
---|---|
at.dms.compiler.antlr.runtime | |
at.dms.kjc |
Uses of TokenStreamException in at.dms.compiler.antlr.runtime |
---|
Methods in at.dms.compiler.antlr.runtime that throw TokenStreamException | |
---|---|
abstract void |
Parser.consume()
Get another token object from the token stream |
void |
Parser.consumeUntil(BitSet set)
Consume tokens until one matches the given token set |
void |
Parser.consumeUntil(int tokenType)
Consume tokens until one matches the given token |
int |
TokenBuffer.LA(int i)
Get a lookahead token value |
abstract int |
Parser.LA(int i)
Return the token type of the ith token of lookahead where i=1 is the current token being examined by the parser (i.e., it has not been matched yet). |
int |
LLkParser.LA(int i)
|
Token |
TokenBuffer.LT(int i)
Get a lookahead token |
abstract Token |
Parser.LT(int i)
Return the ith token of lookahead |
Token |
LLkParser.LT(int i)
|
void |
Parser.match(BitSet b)
Make sure current lookahead symbol matches the given set Throw an exception upon mismatch, which is catch by either the error handler or by the syntactic predicate. |
void |
Parser.match(int t)
Make sure current lookahead symbol matches token type t. |
void |
Parser.matchNot(int t)
|
Token |
TokenStream.nextToken()
|
Uses of TokenStreamException in at.dms.kjc |
---|
Methods in at.dms.kjc that throw TokenStreamException | |
---|---|
JCompilationUnit |
KjcParser.jCompilationUnit()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |