Uses of Class
antlr.MismatchedTokenException
-
Packages that use MismatchedTokenException Package Description antlr antlr.debug -
-
Uses of MismatchedTokenException in antlr
Methods in antlr that throw MismatchedTokenException Modifier and Type Method Description voidParser. match(int t)Make sure current lookahead symbol matches token type t.voidParser. 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.protected voidTreeParser. match(AST t, int ttype)voidTreeParser. match(AST t, 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.voidParser. matchNot(int t)protected voidTreeParser. matchNot(AST t, int ttype) -
Uses of MismatchedTokenException in antlr.debug
Methods in antlr.debug that throw MismatchedTokenException Modifier and Type Method Description voidLLkDebuggingParser. match(int t)Make sure current lookahead symbol matches token type t.voidLLkDebuggingParser. 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.voidParseTreeDebugParser. match(int i)voidParseTreeDebugParser. match(BitSet bitSet)voidLLkDebuggingParser. matchNot(int t)voidParseTreeDebugParser. matchNot(int i)
-