Class Location

java.lang.Object
org.apache.tools.ant.Location
All Implemented Interfaces:
Serializable

public class Location extends Object implements Serializable
Stores the location of a piece of text within a file (file name, line number and column number). Note that the column number is currently ignored.
See Also: