Class ClassLocatable<C>

  • All Implemented Interfaces:
    Locatable

    public class ClassLocatable<C>
    extends Object
    implements Locatable
    Locatable implementation for a class.
    Author:
    Kohsuke Kawaguchi
    • Constructor Detail

      • ClassLocatable

        public ClassLocatable​(Locatable upstream,
                              C clazz,
                              Navigator<?,​C,​?,​?> 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