The equality method for reference types.
The equality method for reference types. Default implementation delegates to eq
.
See also equals
in Any.
the object to compare against this object for equality.
true
if the receiver object is equivalent to the argument; false
otherwise.
The hashCode method for reference types.
The hashCode method for reference types. See hashCode in Any.
the hash code value for this object.
Convert offset to line in this source file Lines are numbered from 0
Convert offset to line in this source file Lines are numbered from 0
Map a position to a position in the underlying source file.
Map a position to a position in the underlying source file. For regular source files, simply return the argument.
Creates a String representation of this object.
Creates a String representation of this object. The default representation is platform dependent. On the java platform it is the concatenation of the class name, "@", and the object's hashcode in hexadecimal.
a String representation of the object.
a file whose contents do not change over time