public final class GroovyCompilationProblem extends Object implements CompilationProblem
构造器和说明 |
---|
GroovyCompilationProblem(Message pMessage) |
限定符和类型 | 方法和说明 |
---|---|
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
|
String |
toString() |
public boolean isError()
CompilationProblem
isError
在接口中 CompilationProblem
public String getFileName()
CompilationProblem
getFileName
在接口中 CompilationProblem
public int getStartLine()
CompilationProblem
getStartLine
在接口中 CompilationProblem
public int getStartColumn()
getStartColumn
在接口中 CompilationProblem
public int getEndLine()
CompilationProblem
getEndLine
在接口中 CompilationProblem
public int getEndColumn()
getEndColumn
在接口中 CompilationProblem
public String getMessage()
CompilationProblem
getMessage
在接口中 CompilationProblem