org.apache.commons.jci.compilers
Class JaninoCompilationProblem
java.lang.Object
org.apache.commons.jci.compilers.JaninoCompilationProblem
- All Implemented Interfaces:
- org.apache.commons.jci.problems.CompilationProblem
public final class JaninoCompilationProblem
- extends java.lang.Object
- implements org.apache.commons.jci.problems.CompilationProblem
Janino version of a CompilationProblem
- Author:
- tcurdt
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
JaninoCompilationProblem
public JaninoCompilationProblem(org.codehaus.janino.Scanner.ScanException pLocatedException)
JaninoCompilationProblem
public JaninoCompilationProblem(org.codehaus.janino.Location pLocation,
java.lang.String pMessage,
boolean pError)
JaninoCompilationProblem
public JaninoCompilationProblem(java.lang.String pFilename,
java.lang.String pMessage,
boolean pError)
JaninoCompilationProblem
public JaninoCompilationProblem(java.lang.String pFilename,
org.codehaus.janino.Location pLocation,
java.lang.String pMessage,
boolean pError)
isError
public boolean isError()
- Specified by:
isError
in interface org.apache.commons.jci.problems.CompilationProblem
getFileName
public java.lang.String getFileName()
- Specified by:
getFileName
in interface org.apache.commons.jci.problems.CompilationProblem
getStartLine
public int getStartLine()
- Specified by:
getStartLine
in interface org.apache.commons.jci.problems.CompilationProblem
getStartColumn
public int getStartColumn()
- Specified by:
getStartColumn
in interface org.apache.commons.jci.problems.CompilationProblem
getEndLine
public int getEndLine()
- Specified by:
getEndLine
in interface org.apache.commons.jci.problems.CompilationProblem
getEndColumn
public int getEndColumn()
- Specified by:
getEndColumn
in interface org.apache.commons.jci.problems.CompilationProblem
getMessage
public java.lang.String getMessage()
- Specified by:
getMessage
in interface org.apache.commons.jci.problems.CompilationProblem
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object