|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--jedi.ds.CompileError
| Field Summary | |
Class |
errClass
|
int |
errColumn
|
int |
errLine
|
Method |
errMethod
|
Package |
errPackage
|
java.lang.String |
errText
|
int |
errType
|
java.lang.String |
sourceText
|
| Constructor Summary | |
CompileError(Package pack,
Class clas,
Method meth,
java.lang.String text,
java.lang.String source,
int line,
int col,
int typ)
|
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public Package errPackage
public Class errClass
public Method errMethod
public java.lang.String errText
public java.lang.String sourceText
public int errLine
public int errColumn
public int errType
| Constructor Detail |
public CompileError(Package pack,
Class clas,
Method meth,
java.lang.String text,
java.lang.String source,
int line,
int col,
int typ)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||