org.apache.commons.jci.compilers
Class GroovyCompilationProblem

java.lang.Object
  extended by org.apache.commons.jci.compilers.GroovyCompilationProblem
All Implemented Interfaces:
org.apache.commons.jci.problems.CompilationProblem

public final class GroovyCompilationProblem
extends java.lang.Object
implements org.apache.commons.jci.problems.CompilationProblem

Groovy version of a CompilationProblem

Author:
tcurdt

Constructor Summary
GroovyCompilationProblem(org.codehaus.groovy.control.messages.Message pMessage)
           
 
Method Summary
 int getEndColumn()
           
 int getEndLine()
           
 java.lang.String getFileName()
           
 java.lang.String getMessage()
           
 int getStartColumn()
           
 int getStartLine()
           
 boolean isError()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GroovyCompilationProblem

public GroovyCompilationProblem(org.codehaus.groovy.control.messages.Message pMessage)
Method Detail

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