public class Location extends Object
Location()
Location(Long line, Long column)
boolean
equals(Object other)
Long
getColumn()
getLine()
int
hashCode()
void
setColumn(Long column)
setLine(Long line)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Location()
public Location(Long line, Long column)
line
column
public Long getLine()
public void setLine(Long line)
public Long getColumn()
public void setColumn(Long column)
public String toString()
toString
Object
public int hashCode()
hashCode
public boolean equals(Object other)
equals