| Access | Constructor and Description |
|---|---|
| public |
| Modifier and Type | Method and Description |
|---|---|
| public void | error(String
text to include. message, PythonTree not t)null, root of the PythonTree provoking the error.Implements org. Handle (normally throw a |
| public void | error(String
text to include. message, PythonTree not t, boolean null, root of the PythonTree provoking the error.true if we cannot recover with more input. definite)Overrides default org. Handle (normally throw a |
| public expr | |
| public mod | |
| public slice | |
| public stmt | |
| private String | |
| public boolean | mismatch(BaseRecognizer br, IntStream input, int ttype, BitSet follow)
Implements org.
|
| public void | |
| public void | recover(BaseRecognizer br, IntStream input, RecognitionException re)
Implements org.
|
| public Object | recoverFromMismatchedToken(BaseRecognizer br, IntStream input, int ttype, BitSet follow)
Implements org.
|
| public void | reportError(BaseRecognizer br, RecognitionException re)
Implements org.
|
| FailFastHandler | back to summary |
|---|---|
| public FailFastHandler() | |
| error | back to summary |
|---|---|
| public void error(String message, PythonTree t) Implements org. Doc from org. Handle (normally throw a
| |
| error | back to summary |
|---|---|
| public void error(String message, PythonTree t, boolean definite) Overrides default org. Doc from org. Handle (normally throw a
| |
| errorExpr | back to summary |
|---|---|
| public expr errorExpr(PythonTree t) Implements org.
| |
| errorMod | back to summary |
|---|---|
| public mod errorMod(PythonTree t) Implements org.
| |
| errorSlice | back to summary |
|---|---|
| public slice errorSlice(PythonTree t) Implements org.
| |
| errorStmt | back to summary |
|---|---|
| public stmt errorStmt(PythonTree t) Implements org.
| |
| message | back to summary |
|---|---|
| private String message(BaseRecognizer br, RecognitionException re) | |
| mismatch | back to summary |
|---|---|
| public boolean mismatch(BaseRecognizer br, IntStream input, int ttype, BitSet follow) throws RecognitionException Implements org.
| |
| recover | back to summary |
|---|---|
| public void recover(Lexer lex, RecognitionException re) Implements org.
| |
| recover | back to summary |
|---|---|
| public void recover(BaseRecognizer br, IntStream input, RecognitionException re) Implements org.
| |
| recoverFromMismatchedToken | back to summary |
|---|---|
| public Object recoverFromMismatchedToken(BaseRecognizer br, IntStream input, int ttype, BitSet follow) throws RecognitionException Implements org.
| |
| reportError | back to summary |
|---|---|
| public void reportError(BaseRecognizer br, RecognitionException re) Implements org.
| |