org.apache.commons.jci.compilers.groovy
Class GroovyCompilationProblem

java.lang.Object
  extended byorg.apache.commons.jci.compilers.groovy.GroovyCompilationProblem
All Implemented Interfaces:
CompilationProblem

public class GroovyCompilationProblem
extends java.lang.Object
implements CompilationProblem


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 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.