Home | History | Annotate | Download | only in Framework

Lines Matching full:newexception

736         e = [ANTLRUnwantedTokenException newException:ttype Stream:anInput];
754 e = [ANTLRMissingTokenException newException:ttype Stream:anInput With:inserted];
759 e = [ANTLRMismatchedTokenException newException:ttype Stream:anInput];
884 return [self getRuleInvocationStack:[ANTLRRecognitionException newException] Recognizer:parserClassName];