Class MethodLocatable<M>

  • All Implemented Interfaces:
    Locatable

    public class MethodLocatable<M>
    extends Object
    implements Locatable
    Locatable implementation for a method.
    Author:
    Kohsuke Kawaguchi
    • Constructor Detail

      • MethodLocatable

        public MethodLocatable​(Locatable upstream,
                               M method,
                               Navigator<?,​?,​?,​M> 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