Home | History | Annotate | Download | only in Antlr3.Runtime

Lines Matching full:mismatchedtokenexception

129          *  that fails, throw MismatchedTokenException.
305 else if ( e is MismatchedTokenException )
307 MismatchedTokenException mte = (MismatchedTokenException)e;
725 e = new MismatchedTokenException(ttype, input, TokenNames);