public class ParseException
extends java.lang.RuntimeException
Modifier and Type | Field and Description |
---|---|
boolean |
approximateLineInfo |
int |
c |
int |
charPositionInLine |
int |
index |
org.antlr.runtime.IntStream |
input |
int |
line |
java.lang.Object |
node |
org.antlr.runtime.Token |
token |
Constructor and Description |
---|
ParseException() |
ParseException(java.lang.String message) |
ParseException(java.lang.String message,
int lin,
int charPos) |
ParseException(java.lang.String message,
PythonTree n)
n must not be null to use this constructor
|
ParseException(java.lang.String message,
org.antlr.runtime.RecognitionException r) |
Modifier and Type | Method and Description |
---|---|
PyObject |
getType() |
void |
setType(PyObject t) |
public transient org.antlr.runtime.IntStream input
public int index
public org.antlr.runtime.Token token
public java.lang.Object node
public int c
public int line
public int charPositionInLine
public boolean approximateLineInfo
public ParseException()
public ParseException(java.lang.String message, int lin, int charPos)
public ParseException(java.lang.String message)
public ParseException(java.lang.String message, PythonTree n)
public ParseException(java.lang.String message, org.antlr.runtime.RecognitionException r)