Class GeneratedReferenceTypeDelegate

    • Constructor Detail

      • GeneratedReferenceTypeDelegate

        public GeneratedReferenceTypeDelegate​(ReferenceType backing)
    • Method Detail

      • isAspect

        public boolean isAspect()
      • isAnnotationStyleAspect

        public boolean isAnnotationStyleAspect()
      • isInterface

        public boolean isInterface()
      • isEnum

        public boolean isEnum()
      • isAnnotation

        public boolean isAnnotation()
      • isAnnotationWithRuntimeRetention

        public boolean isAnnotationWithRuntimeRetention()
      • isAnonymous

        public boolean isAnonymous()
      • isNested

        public boolean isNested()
      • getRetentionPolicy

        public String getRetentionPolicy()
      • canAnnotationTargetType

        public boolean canAnnotationTargetType()
      • isGeneric

        public boolean isGeneric()
      • getDeclaredGenericSignature

        public String getDeclaredGenericSignature()
      • hasAnnotation

        public boolean hasAnnotation​(UnresolvedType ofType)
      • hasAnnotations

        public boolean hasAnnotations()
      • getAnnotationTypes

        public ResolvedType[] getAnnotationTypes()
      • getDeclaredInterfaces

        public ResolvedType[] getDeclaredInterfaces()
      • getDeclaredPointcuts

        public ResolvedMember[] getDeclaredPointcuts()
      • getPerClause

        public PerClause getPerClause()
      • getModifiers

        public int getModifiers()
      • setSuperclass

        public void setSuperclass​(ResolvedType superclass)
      • getTypeVariables

        public TypeVariable[] getTypeVariables()