Uses of Class
antlr.MismatchedTokenException
Packages that use MismatchedTokenException
-
Uses of MismatchedTokenException in antlr
Methods in antlr that throw MismatchedTokenExceptionModifier and TypeMethodDescriptionvoid
Parser.match
(int t) Make sure current lookahead symbol matches token type t.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.protected void
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.matchNot
(int t) protected void
-
Uses of MismatchedTokenException in antlr.debug
Methods in antlr.debug that throw MismatchedTokenExceptionModifier and TypeMethodDescriptionvoid
LLkDebuggingParser.match
(int t) Make sure current lookahead symbol matches token type t.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
ParseTreeDebugParser.match
(int i) void
void
LLkDebuggingParser.matchNot
(int t) void
ParseTreeDebugParser.matchNot
(int i)