Class Quick

    • Constructor Detail

      • Quick

        protected Quick​(Locatable upstream)
    • Method Detail

      • getAnnotation

        protected abstract Annotation getAnnotation()
        Gets the annotation object that this object is wrapping.
      • newInstance

        protected abstract Quick newInstance​(Locatable upstream,
                                             Annotation core)
        Factory method to create a new instance of the same kind. A Quick object also works as a factory of itself
      • getLocation

        public final 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