Home | History | Annotate | Download | only in antlr3

Lines Matching refs:isinstance

321         if isinstance(e, UnwantedTokenException):
334 elif isinstance(e, MissingTokenException):
346 elif isinstance(e, MismatchedTokenException):
358 elif isinstance(e, MismatchedTreeNodeException):
368 elif isinstance(e, NoViableAltException):
372 elif isinstance(e, EarlyExitException):
376 elif isinstance(e, MismatchedSetException):
382 elif isinstance(e, MismatchedNotSetException):
388 elif isinstance(e, FailedPredicateException):
808 if not isinstance(tokenTypes, (set, frozenset)):
1190 if isinstance(s, basestring):
1286 if isinstance(e, MismatchedTokenException):
1292 elif isinstance(e, NoViableAltException):
1296 elif isinstance(e, EarlyExitException):
1300 elif isinstance(e, MismatchedNotSetException):
1306 elif isinstance(e, MismatchedSetException):
1312 elif isinstance(e, MismatchedRangeException):