public final class JaninoCompilationProblem extends Object implements org.kie.internal.jci.CompilationProblem
| Constructor and Description |
|---|
JaninoCompilationProblem(org.codehaus.janino.util.LocatedException pLocatedException) |
JaninoCompilationProblem(org.codehaus.janino.Location pLocation,
String pMessage,
boolean pError) |
JaninoCompilationProblem(String pFilename,
org.codehaus.janino.Location pLocation,
String pMessage,
boolean pError) |
JaninoCompilationProblem(String pFilename,
String pMessage,
boolean pError) |
| Modifier and Type | Method and Description |
|---|---|
int |
getEndColumn() |
int |
getEndLine() |
String |
getFileName() |
String |
getMessage() |
int |
getStartColumn() |
int |
getStartLine() |
boolean |
isError() |
String |
toString() |
public JaninoCompilationProblem(org.codehaus.janino.util.LocatedException pLocatedException)
public JaninoCompilationProblem(org.codehaus.janino.Location pLocation,
String pMessage,
boolean pError)
public JaninoCompilationProblem(String pFilename, String pMessage, boolean pError)
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.