public class NativeCompilationProblem extends Object implements org.kie.internal.jci.CompilationProblem
| Constructor and Description |
|---|
NativeCompilationProblem(Diagnostic<JavaFileObject> problem) |
| Modifier and Type | Method and Description |
|---|---|
int |
getEndColumn() |
int |
getEndLine() |
String |
getFileName() |
String |
getMessage() |
int |
getStartColumn() |
int |
getStartLine() |
boolean |
isError() |
String |
toString() |
public NativeCompilationProblem(Diagnostic<JavaFileObject> problem)
public boolean isError()
isError in interface org.kie.internal.jci.CompilationProblempublic String getFileName()
getFileName in interface org.kie.internal.jci.CompilationProblempublic int getStartLine()
getStartLine in interface org.kie.internal.jci.CompilationProblempublic int getStartColumn()
getStartColumn in interface org.kie.internal.jci.CompilationProblempublic int getEndLine()
getEndLine in interface org.kie.internal.jci.CompilationProblempublic int getEndColumn()
getEndColumn in interface org.kie.internal.jci.CompilationProblempublic String getMessage()
getMessage in interface org.kie.internal.jci.CompilationProblemCopyright © 2001–2019 JBoss by Red Hat. All rights reserved.