org.codehaus.groovy.maven.runtime.support.stubgen.parser
Class ParseException.Location

java.lang.Object
  extended by org.codehaus.groovy.maven.runtime.support.stubgen.parser.ParseException.Location
Enclosing class:
ParseException

public static class ParseException.Location
extends java.lang.Object


Field Summary
 int column
           
 java.lang.String fileName
           
 int line
           
 
Constructor Summary
ParseException.Location(int line, int column, java.lang.String fileName)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

line

public final int line

column

public final int column

fileName

public final java.lang.String fileName
Constructor Detail

ParseException.Location

public ParseException.Location(int line,
                               int column,
                               java.lang.String fileName)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2006-2010 Codehaus. All Rights Reserved.