jedi.ds
Class CompileError
java.lang.Object
|
+--jedi.ds.CompileError
- public class CompileError
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
errPackage
public Package errPackage
errClass
public Class errClass
errMethod
public Method errMethod
errText
public java.lang.String errText
sourceText
public java.lang.String sourceText
errLine
public int errLine
errColumn
public int errColumn
errType
public int errType
CompileError
public CompileError(Package pack,
Class clas,
Method meth,
java.lang.String text,
java.lang.String source,
int line,
int col,
int typ)