|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AnnotationAJ | |
---|---|
org.aspectj.weaver | |
org.aspectj.weaver.bcel | |
org.aspectj.weaver.patterns | |
org.aspectj.weaver.reflect |
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 with parameters of type AnnotationAJ | |
---|---|
void |
ResolvedType.addAnnotation(AnnotationAJ annotationX)
|
void |
ResolvedMember.addAnnotation(AnnotationAJ annotation)
|
void |
ResolvedMemberImpl.addAnnotation(AnnotationAJ annotation)
|
void |
ReferenceType.addAnnotation(AnnotationAJ annotationX)
|
void |
JoinPointSignature.addAnnotation(AnnotationAJ annotation)
|
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()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |