|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.groovy.maven.runtime.support.stubgen.parser.ParseException.Location
public static class ParseException.Location
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 |
---|
public final int line
public final int column
public final java.lang.String fileName
Constructor Detail |
---|
public ParseException.Location(int line, int column, java.lang.String fileName)
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |