org.codehaus.gmaven.runtime.support.stubgen.parser
Class ParseException.Location
java.lang.Object
org.codehaus.gmaven.runtime.support.stubgen.parser.ParseException.Location
- Enclosing class:
- ParseException
public static class ParseException.Location
- extends Object
line
public final int line
column
public final int column
fileName
public final String fileName
ParseException.Location
public ParseException.Location(int line,
int column,
String fileName)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2006-2012 Codehaus. All Rights Reserved.