public class Location extends Object implements Serializable
Constructor and Description |
---|
Location(String optionalFileName,
short lineNumber,
short columnNumber) |
Modifier and Type | Method and Description |
---|---|
short |
getColumnNumber() |
String |
getFileName() |
short |
getLineNumber() |
String |
toString()
Converts this
Location into an english text, like |
public static final Location NOWHERE
Copyright © 2001-2014. All Rights Reserved.