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.CompilationProblem
public String getFileName()
getFileName
in interface org.kie.internal.jci.CompilationProblem
public int getStartLine()
getStartLine
in interface org.kie.internal.jci.CompilationProblem
public int getStartColumn()
getStartColumn
in interface org.kie.internal.jci.CompilationProblem
public int getEndLine()
getEndLine
in interface org.kie.internal.jci.CompilationProblem
public int getEndColumn()
getEndColumn
in interface org.kie.internal.jci.CompilationProblem
public String getMessage()
getMessage
in interface org.kie.internal.jci.CompilationProblem
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.