Class FrameworkMember<T extends FrameworkMember<T>>

    • Constructor Detail

      • FrameworkMember

        public FrameworkMember()
    • Method Detail

      • isShadowedBy

        abstract boolean isShadowedBy​(T otherMember)
      • isShadowedBy

        boolean isShadowedBy​(java.util.List<T> members)
      • getModifiers

        protected abstract int getModifiers()
      • isStatic

        public boolean isStatic()
        Returns true if this member is static, false if not.
      • isPublic

        public boolean isPublic()
        Returns true if this member is public, false if not.
      • getName

        public abstract java.lang.String getName()
      • getType

        public abstract java.lang.Class<?> getType()
      • getDeclaringClass

        public abstract java.lang.Class<?> getDeclaringClass()