@Deprecated public final class LineLocation extends Object implements Comparable
Source, suitable for hash table keys with equality defined in terms of
content.| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(LineLocation o)
Deprecated.
|
boolean |
equals(Object obj)
Deprecated.
|
int |
getLineNumber()
Deprecated.
Gets the 1-based number of a line in the source.
|
String |
getShortDescription()
Deprecated.
|
Source |
getSource()
Deprecated.
|
int |
hashCode()
Deprecated.
|
String |
toString()
Deprecated.
|
public Source getSource()
public int getLineNumber()
public String getShortDescription()
public String toString()
public int hashCode()
public boolean equals(Object obj)
public int compareTo(LineLocation o)
compareTo in interface Comparable