

Public Member Functions | |
| def | __init__ |
| def | __str__ |
Public Attributes | |
| expecting | |
Static Private Attributes | |
| __repr__ = __str__ | |
Definition at line 344 of file antlr3.py.
| def antlr3.MismatchedTokenException.__init__ | ( | self, | ||
| expecting, | ||||
| input | ||||
| ) |
| def antlr3.MismatchedTokenException.__str__ | ( | self | ) |
Reimplemented in antlr3.UnwantedTokenException, and antlr3.MissingTokenException.
antlr3.MismatchedTokenException.__repr__ = __str__ [static, private] |
Reimplemented in antlr3.UnwantedTokenException, and antlr3.MissingTokenException.
1.5.5