Class FieldLocatable<F>

  • All Implemented Interfaces:
    Locatable

    public class FieldLocatable<F>
    extends Object
    implements Locatable
    Locatable implementation for a field.
    Author:
    Kohsuke Kawaguchi
    • Constructor Detail

      • FieldLocatable

        public FieldLocatable​(Locatable upstream,
                              F field,
                              Navigator<?,​?,​F,​?> nav)
    • Method Detail

      • getLocation

        public Location getLocation()
        Description copied from interface: Locatable
        Gets the location object that this object points to. This operation could be inefficient and costly.
        Specified by:
        getLocation in interface Locatable