Class ClassMemberLocation<T>

  • Direct Known Subclasses:
    FieldLocation

    public abstract class ClassMemberLocation<T>
    extends Location<T>
    A Location whose value is that of a named field/method of an object. The object is used as the owning Location's value. (For now, only fields are supported.)