Uses of Interface
org.aspectj.lang.reflect.AjType
Packages that use AjType
Package
Description
Contains interfaces that extend
Signature
to provide
additional information about each possible join point signature.-
Uses of AjType in org.aspectj.internal.lang.reflect
Classes in org.aspectj.internal.lang.reflect that implement AjTypeMethods in org.aspectj.internal.lang.reflect that return AjTypeModifier and TypeMethodDescriptionAjType<?>[]
AjTypeImpl.getAjTypes()
AjType<?>[]
AjTypeImpl.getDeclaredAjTypes()
AdviceImpl.getDeclaringType()
AjType<?>
AjTypeImpl.getDeclaringType()
AjType<?>
DeclareAnnotationImpl.getDeclaringType()
DeclareErrorOrWarningImpl.getDeclaringType()
DeclareParentsImpl.getDeclaringType()
DeclarePrecedenceImpl.getDeclaringType()
DeclareSoftImpl.getDeclaringType()
AjType<?>
InterTypeDeclarationImpl.getDeclaringType()
PointcutImpl.getDeclaringType()
AjType<?>
AjTypeImpl.getEnclosingType()
AjType<?>[]
AdviceImpl.getExceptionTypes()
AjType<?>[]
InterTypeConstructorDeclarationImpl.getExceptionTypes()
AjType<?>[]
InterTypeMethodDeclarationImpl.getExceptionTypes()
AjType<?>[]
AjTypeImpl.getInterfaces()
AjType<?>[]
AdviceImpl.getParameterTypes()
AjType<?>[]
InterTypeConstructorDeclarationImpl.getParameterTypes()
AjType<?>[]
InterTypeMethodDeclarationImpl.getParameterTypes()
AjType<?>[]
PointcutImpl.getParameterTypes()
AjType<?>
InterTypeMethodDeclarationImpl.getReturnType()
DeclareSoftImpl.getSoftenedExceptionType()
AjTypeImpl.getSupertype()
AjType<?>
InterTypeDeclarationImpl.getTargetType()
AjType<?>
InterTypeFieldDeclarationImpl.getType()
Methods in org.aspectj.internal.lang.reflect with parameters of type AjTypeModifier and TypeMethodDescriptionAjTypeImpl.getConstructor(AjType<?>... parameterTypes)
AjTypeImpl.getDeclaredConstructor(AjType<?>... parameterTypes)
AjTypeImpl.getDeclaredITDConstructor(AjType<?> target, AjType<?>... parameterTypes)
AjTypeImpl.getDeclaredITDField(String name, AjType<?> target)
AjTypeImpl.getDeclaredITDMethod(String name, AjType<?> target, AjType<?>... parameterTypes)
AjTypeImpl.getDeclaredMethod(String name, AjType<?>... parameterTypes)
AjTypeImpl.getITDConstructor(AjType<?> target, AjType<?>... parameterTypes)
AjTypeImpl.getITDField(String name, AjType<?> target)
AjTypeImpl.getITDMethod(String name, AjType<?> target, AjType<?>... parameterTypes)
Constructors in org.aspectj.internal.lang.reflect with parameters of type AjTypeModifierConstructorDescriptionDeclareAnnotationImpl(AjType<?> declaring, String kindString, String pattern, Annotation ann, String annText)
DeclareErrorOrWarningImpl(String pointcut, String message, boolean isError, AjType decType)
DeclareParentsImpl(String targets, String parentsAsString, boolean isExtends, AjType<?> declaring)
DeclarePrecedenceImpl(String precedenceList, AjType declaring)
DeclareSoftImpl(AjType<?> declaringType, String pcut, String exceptionTypeName)
InterTypeConstructorDeclarationImpl(AjType<?> decType, String target, int mods, Method baseMethod)
InterTypeDeclarationImpl(AjType<?> decType, String target, int mods)
InterTypeDeclarationImpl(AjType<?> decType, AjType<?> targetType, int mods)
InterTypeFieldDeclarationImpl(AjType<?> decType, String target, int mods, String name, AjType<?> type, Type genericType)
InterTypeFieldDeclarationImpl(AjType<?> decType, AjType<?> targetType, Field base)
InterTypeMethodDeclarationImpl(AjType<?> decType, String target, int mods, String name, Method itdInterMethod)
InterTypeMethodDeclarationImpl(AjType<?> decType, AjType<?> targetType, Method base, int modifiers)
protected
-
Uses of AjType in org.aspectj.lang.reflect
Methods in org.aspectj.lang.reflect that return AjTypeModifier and TypeMethodDescriptionstatic <T> AjType<T>
Return the AspectJ runtime type representation of the given Java type.AjType<?>[]
AjType.getAjTypes()
AjType<?>[]
AjType.getDeclaredAjTypes()
Advice.getDeclaringType()
AjType<?>
AjType.getDeclaringType()
AjType<?>
DeclareAnnotation.getDeclaringType()
DeclareErrorOrWarning.getDeclaringType()
DeclareParents.getDeclaringType()
DeclarePrecedence.getDeclaringType()
DeclareSoft.getDeclaringType()
AjType<?>
InterTypeDeclaration.getDeclaringType()
Pointcut.getDeclaringType()
AjType<?>
AjType.getEnclosingType()
AjType<?>[]
Advice.getExceptionTypes()
AjType<?>[]
InterTypeConstructorDeclaration.getExceptionTypes()
AjType<?>[]
InterTypeMethodDeclaration.getExceptionTypes()
AjType<?>[]
AjType.getInterfaces()
AjType<?>[]
Advice.getParameterTypes()
AjType<?>[]
InterTypeConstructorDeclaration.getParameterTypes()
AjType<?>[]
InterTypeMethodDeclaration.getParameterTypes()
AjType<?>[]
Pointcut.getParameterTypes()
AjType<?>
InterTypeMethodDeclaration.getReturnType()
DeclareSoft.getSoftenedExceptionType()
AjType<?>
AjType.getSupertype()
AjType<?>
InterTypeDeclaration.getTargetType()
AjType<?>
InterTypeFieldDeclaration.getType()
Methods in org.aspectj.lang.reflect with parameters of type AjTypeModifier and TypeMethodDescriptionAjType.getConstructor(AjType<?>... parameterTypes)
AjType.getDeclaredConstructor(AjType<?>... parameterTypes)
AjType.getDeclaredITDConstructor(AjType<?> target, AjType<?>... parameterTypes)
AjType.getDeclaredITDField(String name, AjType<?> target)
AjType.getDeclaredITDMethod(String name, AjType<?> target, AjType<?>... parameterTypes)
AjType.getDeclaredMethod(String name, AjType<?>... parameterTypes)
AjType.getITDConstructor(AjType<?> target, AjType<?>... parameterTypes)
AjType.getITDField(String name, AjType<?> target)
AjType.getITDMethod(String name, AjType<?> target, AjType<?>... parameterTypes)