Package org.jparsec.error
Class Location
- java.lang.Object
-
- org.jparsec.error.Location
-
@Deprecated public final class Location extends java.lang.ObjectDeprecated.Prefer to useSourceLocationinstead.Represents a line and column number of a character or token in the source.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)Deprecated.inthashCode()Deprecated.java.lang.StringtoString()Deprecated.
-
-
-
Constructor Detail
-
Location
public Location(int line, int column)Deprecated.Creates aLocationinstance.- Parameters:
line- line numbercolumn- column number
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object obj)
Deprecated.- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
Deprecated.- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
Deprecated.- Overrides:
toStringin classjava.lang.Object
-
-