org.apache.commons.jci.problems
Interface CompilationProblem
- All Known Implementing Classes:
- EclipseCompilationProblem, GroovyCompilationProblem, JaninoCompilationProblem
- public interface CompilationProblem
isError
public boolean isError()
getFileName
public java.lang.String getFileName()
getStartLine
public int getStartLine()
getStartColumn
public int getStartColumn()
getEndLine
public int getEndLine()
getEndColumn
public int getEndColumn()
getMessage
public java.lang.String getMessage()
Copyright © 2004-2005 The Apache Software Foundation. All Rights Reserved.