Package org.kie.memorycompiler.jdknative
Class NativeCompilationProblem
java.lang.Object
org.kie.memorycompiler.jdknative.NativeCompilationProblem
- All Implemented Interfaces:
CompilationProblem
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintposition of where the problem stops in the source codename of the file where the problem occurredthe 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()
-
Constructor Details
-
NativeCompilationProblem
-
-
Method Details
-
isError
public boolean isError()Description copied from interface:CompilationProblemis the problem an error and compilation cannot continue or just a warning and compilation can proceed- Specified by:
isErrorin interfaceCompilationProblem- Returns:
-
getFileName
Description copied from interface:CompilationProblemname of the file where the problem occurred- Specified by:
getFileNamein interfaceCompilationProblem- Returns:
-
getStartLine
public int getStartLine()Description copied from interface:CompilationProblemposition of where the problem starts in the source code- Specified by:
getStartLinein interfaceCompilationProblem- Returns:
-
getStartColumn
public int getStartColumn()- Specified by:
getStartColumnin interfaceCompilationProblem
-
getEndLine
public int getEndLine()Description copied from interface:CompilationProblemposition of where the problem stops in the source code- Specified by:
getEndLinein interfaceCompilationProblem- Returns:
-
getEndColumn
public int getEndColumn()- Specified by:
getEndColumnin interfaceCompilationProblem
-
getMessage
Description copied from interface:CompilationProblemthe description of the problem- Specified by:
getMessagein interfaceCompilationProblem- Returns:
-
toString
-