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.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.CompilationProblempublic int getId()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.