public final class EclipseCompilationProblem extends Object implements org.kie.internal.jci.CompilationProblem
Constructor and Description |
---|
EclipseCompilationProblem(org.eclipse.jdt.core.compiler.IProblem pProblem) |
Modifier and Type | Method and Description |
---|---|
int |
getEndColumn() |
int |
getEndLine() |
String |
getFileName() |
int |
getId() |
String |
getMessage() |
int |
getStartColumn() |
int |
getStartLine() |
boolean |
isError() |
String |
toString() |
public EclipseCompilationProblem(org.eclipse.jdt.core.compiler.IProblem pProblem)
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
public int getId()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.