Lines Matching defs:Location
46 * The source information for a Location is dependent on the
61 * does not apply to other strata - thus each Location should
89 public interface Location extends Mirror, Comparable<Location> {
92 * Gets the type to which this Location belongs. Normally
97 * @return the {@link ReferenceType} containing this Location.
102 * Gets the method containing this Location.
138 * (see the {@link Location class comment} for a
142 * file for this Location. For example,
183 * (see the {@link Location class comment} for a
191 * unqualified name of the source file for this Location
213 * Gets the line number of this Location.
227 * The line number of this Location. The line number is
232 * (see the {@link Location class comment} for a
248 * Compares the specified Object with this Location for equality.
250 * @return true if the Object is a Location and if it refers to
251 * the same point in the same VM as this Location.
256 * Returns the hash code value for this Location.