|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CompilationProblem
An abstract definition of a compilation problem
Method Summary | |
---|---|
int |
getEndColumn()
|
int |
getEndLine()
position of where the problem stops in the source code |
String |
getFileName()
name of the file where the problem occurred |
String |
getMessage()
the description of the problem |
int |
getStartColumn()
|
int |
getStartLine()
position of where the problem starts in the source code |
boolean |
isError()
is the problem an error and compilation cannot continue or just a warning and compilation can proceed |
Method Detail |
---|
boolean isError()
String getFileName()
int getStartLine()
int getStartColumn()
int getEndLine()
int getEndColumn()
String getMessage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |