

Public Member Functions | |
| def | __init__ |
| def | reset |
| reset the parser's state; subclasses must rewinds the input stream | |
| def | getCurrentInputSymbol |
| def | getMissingSymbol |
| def | setTokenStream |
| Set the token stream and reset the parser. | |
| def | getTokenStream |
| def | getSourceName |
| def | traceIn |
| def | traceOut |
Public Attributes | |
| input | |
Definition at line 3707 of file antlr3.py.
| def antlr3.Parser.reset | ( | self | ) |
reset the parser's state; subclasses must rewinds the input stream
Reimplemented from antlr3.BaseRecognizer.
| def antlr3.Parser.getMissingSymbol | ( | self, | ||
| input, | ||||
| e, | ||||
| expectedTokenType, | ||||
| follow | ||||
| ) |
| def antlr3.Parser.setTokenStream | ( | self, | ||
| input | ||||
| ) |
1.5.5