|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.commons.jci.compilers.EclipseCompilationProblem
public final class EclipseCompilationProblem
Wrapping an Eclipse compiler problem
Constructor Summary | |
---|---|
EclipseCompilationProblem(org.eclipse.jdt.core.compiler.IProblem pProblem)
|
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 |
int |
getId()
|
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 |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public EclipseCompilationProblem(org.eclipse.jdt.core.compiler.IProblem pProblem)
Method Detail |
---|
public boolean isError()
CompilationProblem
isError
in interface CompilationProblem
public String getFileName()
CompilationProblem
getFileName
in interface CompilationProblem
public int getStartLine()
CompilationProblem
getStartLine
in interface CompilationProblem
public int getStartColumn()
getStartColumn
in interface CompilationProblem
public int getEndLine()
CompilationProblem
getEndLine
in interface CompilationProblem
public int getEndColumn()
getEndColumn
in interface CompilationProblem
public String getMessage()
CompilationProblem
getMessage
in interface CompilationProblem
public String toString()
toString
in class Object
public int getId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |