| Modifier and Type | Field and Description |
|---|---|
| protected final CharStream | |
| protected final String | |
| protected ErrorHandler | |
| protected final String | |
| protected final boolean | partial
Deprecated
|
| protected final boolean | |
| protected final boolean |
| Access | Constructor and Description |
|---|---|
| public | |
| public | |
| public | |
| private | BaseParser(CharStream stream, String filename, String encoding, boolean partial, boolean printFunction, boolean unicodeLiterals)
|
| Modifier and Type | Method and Description |
|---|---|
| public mod | |
| public mod | |
| public mod | |
| public void | |
| protected PythonParser |
| charStream | back to summary |
|---|---|
| protected final CharStream charStream | |
| encoding | back to summary |
|---|---|
| protected final String encoding | |
| errorHandler | back to summary |
|---|---|
| protected ErrorHandler errorHandler | |
| filename | back to summary |
|---|---|
| protected final String filename | |
| partial | back to summary |
|---|---|
| protected final boolean partial
Deprecated
| |
| printFunction | back to summary |
|---|---|
| protected final boolean printFunction | |
| unicodeLiterals | back to summary |
|---|---|
| protected final boolean unicodeLiterals | |
| BaseParser | back to summary |
|---|---|
| public BaseParser(CharStream stream, String filename, CompilerFlags flags) | |
| BaseParser | back to summary |
|---|---|
| public BaseParser(CharStream stream, String filename, String encoding) | |
| BaseParser | back to summary |
|---|---|
| public BaseParser(CharStream stream, String filename, String encoding, boolean partial)
Deprecated
| |
| BaseParser | back to summary |
|---|---|
| private BaseParser(CharStream stream, String filename, String encoding, boolean partial, boolean printFunction, boolean unicodeLiterals) | |
| parseExpression | back to summary |
|---|---|
| public mod parseExpression() | |
| parseInteractive | back to summary |
|---|---|
| public mod parseInteractive() | |
| parseModule | back to summary |
|---|---|
| public mod parseModule() | |
| setAntlrErrorHandler | back to summary |
|---|---|
| public void setAntlrErrorHandler(ErrorHandler eh) | |
| setupParser | back to summary |
|---|---|
| protected PythonParser setupParser(boolean single) | |