| java.lang.Object xtc.tree.Location
Location | public class Location implements Comparable(Code) | | The location in a source file.
author: Robert Grimm version: $Revision: 1.12 $ |
Field Summary | |
final public int | column The column. | final public String | file The file name. | final public int | line The line number. |
Constructor Summary | |
public | Location(String file, int line, int column) Create a new location. |
column | final public int column(Code) | | The column.
|
line | final public int line(Code) | | The line number.
|
Location | public Location(String file, int line, int column)(Code) | | Create a new location.
Parameters: file - The file name. Parameters: line - The line number. Parameters: column - The column. |
hashCode | public int hashCode()(Code) | | |
|
|