org.apache.commons.jci.compilers.groovy
Class GroovyCompilationProblem
java.lang.Object
org.apache.commons.jci.compilers.groovy.GroovyCompilationProblem
- All Implemented Interfaces:
- CompilationProblem
- public class GroovyCompilationProblem
- extends java.lang.Object
- implements CompilationProblem
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
GroovyCompilationProblem
public GroovyCompilationProblem(org.codehaus.groovy.control.messages.Message pMessage)
isError
public boolean isError()
- Specified by:
isError
in interface CompilationProblem
getFileName
public java.lang.String getFileName()
- Specified by:
getFileName
in interface CompilationProblem
getStartLine
public int getStartLine()
- Specified by:
getStartLine
in interface CompilationProblem
getStartColumn
public int getStartColumn()
- Specified by:
getStartColumn
in interface CompilationProblem
getEndLine
public int getEndLine()
- Specified by:
getEndLine
in interface CompilationProblem
getEndColumn
public int getEndColumn()
- Specified by:
getEndColumn
in interface CompilationProblem
getMessage
public java.lang.String getMessage()
- Specified by:
getMessage
in interface CompilationProblem
toString
public java.lang.String toString()
Copyright © 2004-2005 The Apache Software Foundation. All Rights Reserved.