类 SystemCompilationProblem
java.lang.Object
com.sh.common.jci.compilers.SystemCompilationProblem
- 所有已实现的接口:
CompilationProblem
Wrapping an Eclipse compiler problem
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明intintposition of where the problem stops in the source codename of the file where the problem occurredintgetId()the description of the problemintintposition of where the problem starts in the source codebooleanisError()is the problem an error and compilation cannot continue or just a warning and compilation can proceedtoString()
-
构造器详细资料
-
SystemCompilationProblem
-
-
方法详细资料
-
isError
public boolean isError()从接口复制的说明:CompilationProblemis the problem an error and compilation cannot continue or just a warning and compilation can proceed- 指定者:
isError在接口中CompilationProblem- 返回:
- boolean
-
getFileName
从接口复制的说明:CompilationProblemname of the file where the problem occurred- 指定者:
getFileName在接口中CompilationProblem- 返回:
- String
-
getStartLine
public int getStartLine()从接口复制的说明:CompilationProblemposition of where the problem starts in the source code- 指定者:
getStartLine在接口中CompilationProblem- 返回:
- int
-
getStartColumn
public int getStartColumn()- 指定者:
getStartColumn在接口中CompilationProblem
-
getEndLine
public int getEndLine()从接口复制的说明:CompilationProblemposition of where the problem stops in the source code- 指定者:
getEndLine在接口中CompilationProblem- 返回:
- int
-
getEndColumn
public int getEndColumn()- 指定者:
getEndColumn在接口中CompilationProblem
-
getMessage
从接口复制的说明:CompilationProblemthe description of the problem- 指定者:
getMessage在接口中CompilationProblem- 返回:
- String
-
toString
-
getId
public int getId()
-