Uses of Interface
org.aspectj.weaver.AnnotationAJ

Packages that use AnnotationAJ
org.aspectj.ajdt.internal.compiler.lookup   
org.aspectj.weaver   
org.aspectj.weaver.bcel   
org.aspectj.weaver.patterns   
org.aspectj.weaver.reflect   
 

Uses of AnnotationAJ in org.aspectj.ajdt.internal.compiler.lookup
 

Methods in org.aspectj.ajdt.internal.compiler.lookup that return AnnotationAJ
 AnnotationAJ EclipseSourceType.convertEclipseAnnotation(org.aspectj.org.eclipse.jdt.internal.compiler.ast.Annotation eclipseAnnotation, World w)
          Convert one eclipse annotation into an AnnotationX object containing an AnnotationAJ object.
static AnnotationAJ EclipseAnnotationConvertor.convertEclipseAnnotation(org.aspectj.org.eclipse.jdt.internal.compiler.ast.Annotation eclipseAnnotation, World w, EclipseFactory factory)
          Convert one eclipse annotation into an AnnotationX object containing an AnnotationAJ object.
 AnnotationAJ EclipseResolvedMember.getAnnotationOfType(UnresolvedType ofType)
           
 AnnotationAJ[] EclipseSourceType.getAnnotations()
          WARNING: This method does not have a complete implementation.
 AnnotationAJ[] EclipseResolvedMember.getAnnotations()
           
 

Uses of AnnotationAJ in org.aspectj.weaver
 

Classes in org.aspectj.weaver that implement AnnotationAJ
 class AbstractAnnotationAJ
           
 class StandardAnnotation
          This type represents the weavers abstraction of an annotation - it is not tied to any underlying BCI toolkit.
 

Fields in org.aspectj.weaver declared as AnnotationAJ
static AnnotationAJ[] AnnotationAJ.EMPTY_ARRAY
           
static AnnotationAJ[][] Member.NO_PARAMETER_ANNOTATIONXS
           
 

Methods in org.aspectj.weaver that return AnnotationAJ
 AnnotationAJ AnnotationAnnotationValue.getAnnotation()
           
 AnnotationAJ AnnotatedElement.getAnnotationOfType(UnresolvedType ofType)
           
 AnnotationAJ ArrayReferenceType.getAnnotationOfType(UnresolvedType ofType)
           
 AnnotationAJ ResolvedType.getAnnotationOfType(UnresolvedType ofType)
           
 AnnotationAJ ResolvedMemberImpl.getAnnotationOfType(UnresolvedType ofType)
           
 AnnotationAJ JoinPointSignature.getAnnotationOfType(UnresolvedType ofType)
           
 AnnotationAJ ReferenceType.getAnnotationOfType(UnresolvedType ofType)
           
 AnnotationAJ[] ArrayReferenceType.getAnnotations()
           
 AnnotationAJ[] ResolvedType.getAnnotations()
           
 AnnotationAJ[] MissingResolvedTypeWithKnownSignature.getAnnotations()
           
 AnnotationAJ[] ResolvedMemberImpl.getAnnotations()
           
 AnnotationAJ[] JoinPointSignature.getAnnotations()
           
 AnnotationAJ[] ResolvedMember.getAnnotations()
           
 AnnotationAJ[] Member.getAnnotations()
           
 AnnotationAJ[] GeneratedReferenceTypeDelegate.getAnnotations()
           
 AnnotationAJ[] ReferenceType.getAnnotations()
           
 AnnotationAJ[] MemberImpl.getAnnotations()
           
 AnnotationAJ[] ReferenceTypeDelegate.getAnnotations()
           
 AnnotationAJ AnnotationOnTypeMunger.getNewAnnotation()
           
 AnnotationAJ[][] ResolvedMemberImpl.getParameterAnnotations()
           
 AnnotationAJ[][] JoinPointSignature.getParameterAnnotations()
           
 AnnotationAJ[][] ResolvedMember.getParameterAnnotations()
           
 

Methods in org.aspectj.weaver with parameters of type AnnotationAJ
 void ResolvedType.addAnnotation(AnnotationAJ annotationX)
           
 void ResolvedMemberImpl.addAnnotation(AnnotationAJ annotation)
           
 void JoinPointSignature.addAnnotation(AnnotationAJ annotation)
           
 void ResolvedMember.addAnnotation(AnnotationAJ annotation)
           
 void ReferenceType.addAnnotation(AnnotationAJ annotationX)
           
static boolean Utils.isSuppressing(AnnotationAJ[] anns, java.lang.String lintkey)
          Check if the annotations contain a SuppressAjWarnings annotation and if that annotation specifies that the given lint message (identified by its key) should be ignored.
 

Constructors in org.aspectj.weaver with parameters of type AnnotationAJ
AnnotationAnnotationValue(AnnotationAJ value)
           
AnnotationOnTypeMunger(AnnotationAJ anno)
           
 

Uses of AnnotationAJ in org.aspectj.weaver.bcel
 

Classes in org.aspectj.weaver.bcel that implement AnnotationAJ
 class BcelAnnotation
          Wraps a Bcel Annotation object and uses it to answer AnnotationAJ method calls.
 

Methods in org.aspectj.weaver.bcel that return AnnotationAJ
 AnnotationAJ[] BcelObjectType.getAnnotations()
           
 

Methods in org.aspectj.weaver.bcel with parameters of type AnnotationAJ
 void LazyMethodGen.addAnnotation(AnnotationAJ ax)
           
 void LazyMethodGen.addParameterAnnotation(int parameterNumber, AnnotationAJ anno)
           
static java.util.List<Lint.Kind> Utility.getSuppressedWarnings(AnnotationAJ[] anns, Lint lint)
           
 

Uses of AnnotationAJ in org.aspectj.weaver.patterns
 

Methods in org.aspectj.weaver.patterns that return AnnotationAJ
 AnnotationAJ DeclareAnnotation.getAnnotation()
           
 

Uses of AnnotationAJ in org.aspectj.weaver.reflect
 

Methods in org.aspectj.weaver.reflect that return AnnotationAJ
 AnnotationAJ ReflectionBasedResolvedMemberImpl.getAnnotationOfType(UnresolvedType ofType)
           
 AnnotationAJ Java15AnnotationFinder.getAnnotationOfType(UnresolvedType ofType, java.lang.reflect.Member onMember)
           
 AnnotationAJ AnnotationFinder.getAnnotationOfType(UnresolvedType ofType, java.lang.reflect.Member onMember)
           
 AnnotationAJ[] Java15ReflectionBasedReferenceTypeDelegate.getAnnotations()
           
 AnnotationAJ[] ReflectionBasedReferenceTypeDelegate.getAnnotations()