Class AbstractMethodAnnotationAccumulator

    • Constructor Detail

      • AbstractMethodAnnotationAccumulator

        protected AbstractMethodAnnotationAccumulator​(TypeQualifierValue<?> typeQualifierValue,
                                                      XMethod xmethod)
    • Method Detail

      • getTypeQualifierValue

        public TypeQualifierValue<?> getTypeQualifierValue()
        Returns:
        Returns the typeQualifierValue.
      • visitOverriddenMethod

        protected boolean visitOverriddenMethod​(XMethod xmethod)
        Description copied from class: OverriddenMethodsVisitor
        Downcall method: will be called for each method overridden by the derived method object passed to the constructor. Note that this method will be called for the original derived method, since this is useful for some applications.
        Specified by:
        visitOverriddenMethod in class OverriddenMethodsVisitor
        Parameters:
        xmethod - a method which is overridden by the original derived method, or is the original derived method
        Returns:
        true if the traversal should continue into superclasses, false otherwise
      • overrides

        public abstract boolean overrides()