|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MismatchedTokenException | |
|---|---|
| at.dms.compiler.antlr.runtime | |
| Uses of MismatchedTokenException in at.dms.compiler.antlr.runtime |
|---|
| Methods in at.dms.compiler.antlr.runtime that throw MismatchedTokenException | |
|---|---|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||