org.python.antlr
Class ParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.python.antlr.ParseException
-
- All Implemented Interfaces:
- java.io.Serializable
public class ParseException extends java.lang.RuntimeException- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description booleanapproximateLineInfointcintcharPositionInLineintindexorg.antlr.runtime.IntStreaminputintlinejava.lang.Objectnodeorg.antlr.runtime.Tokentoken
-
Constructor Summary
Constructors 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 constructorParseException(java.lang.String message, org.antlr.runtime.RecognitionException r)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description PyObjectgetType()voidsetType(PyObject t)
-
-
-
Field Detail
-
input
public transient org.antlr.runtime.IntStream input
-
index
public int index
-
token
public org.antlr.runtime.Token token
-
node
public java.lang.Object node
-
c
public int c
-
line
public int line
-
charPositionInLine
public int charPositionInLine
-
approximateLineInfo
public boolean approximateLineInfo
-
-
Constructor Detail
-
ParseException
public ParseException()
-
ParseException
public ParseException(java.lang.String message, int lin, int charPos)
-
ParseException
public ParseException(java.lang.String message)
-
ParseException
public ParseException(java.lang.String message, PythonTree n)n must not be null to use this constructor
-
ParseException
public ParseException(java.lang.String message, org.antlr.runtime.RecognitionException r)
-
-
DMelt 3.0 © DataMelt by jWork.ORG