|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.jci.compilers.JavacCompilationProblem
public class JavacCompilationProblem
| Constructor Summary | |
|---|---|
JavacCompilationProblem(java.lang.String message,
boolean isError)
|
|
JavacCompilationProblem(java.lang.String fileName,
boolean isError,
int startLine,
int startCoumn,
int endLine,
int endCoumn,
java.lang.String message)
|
|
| Method Summary | |
|---|---|
int |
getEndColumn()
|
int |
getEndLine()
position of where the problem stops in the source code |
java.lang.String |
getFileName()
name of the file where the problem occurred |
java.lang.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 |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JavacCompilationProblem(java.lang.String message,
boolean isError)
public JavacCompilationProblem(java.lang.String fileName,
boolean isError,
int startLine,
int startCoumn,
int endLine,
int endCoumn,
java.lang.String message)
| Method Detail |
|---|
public int getEndColumn()
getEndColumn in interface CompilationProblempublic int getEndLine()
CompilationProblem
getEndLine in interface CompilationProblempublic java.lang.String getFileName()
CompilationProblem
getFileName in interface CompilationProblempublic java.lang.String getMessage()
CompilationProblem
getMessage in interface CompilationProblempublic int getStartColumn()
getStartColumn in interface CompilationProblempublic int getStartLine()
CompilationProblem
getStartLine in interface CompilationProblempublic boolean isError()
CompilationProblem
isError in interface CompilationProblempublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||