Uses of Class antlr.MismatchedTokenException

Uses in package antlr.debug

Methods which throw type antlr.MismatchedTokenException

void
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
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
Make sure current lookahead symbol matches token type t.
void
Make sure current lookahead symbol matches token type t.
void
void

Uses in package antlr

Methods which throw type antlr.MismatchedTokenException

void
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
TreeParser.match(AST t, int ttype)
void
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
TreeParser.matchNot(AST t, int ttype)
void