Uses of Interface
org.aspectj.lang.reflect.AjType
-
Packages that use AjType Package Description org.aspectj.internal.lang.reflect org.aspectj.lang.reflect -
-
Uses of AjType in org.aspectj.internal.lang.reflect
Classes in org.aspectj.internal.lang.reflect that implement AjType Modifier and Type Class Description classAjTypeImpl<T>Methods in org.aspectj.internal.lang.reflect that return AjType Modifier and Type Method Description AjType<?>[]AjTypeImpl. getAjTypes()AjType<?>[]AjTypeImpl. getDeclaredAjTypes()AjTypeAdviceImpl. getDeclaringType()AjType<?>AjTypeImpl. getDeclaringType()AjType<?>DeclareAnnotationImpl. getDeclaringType()AjTypeDeclareErrorOrWarningImpl. getDeclaringType()AjTypeDeclareParentsImpl. getDeclaringType()AjTypeDeclarePrecedenceImpl. getDeclaringType()AjTypeDeclareSoftImpl. getDeclaringType()AjType<?>InterTypeDeclarationImpl. getDeclaringType()AjTypePointcutImpl. 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()AjTypeDeclareSoftImpl. getSoftenedExceptionType()AjType<? super T>AjTypeImpl. getSupertype()AjType<?>InterTypeDeclarationImpl. getTargetType()AjType<?>InterTypeFieldDeclarationImpl. getType()Constructors in org.aspectj.internal.lang.reflect with parameters of type AjType Constructor Description DeclareAnnotationImpl(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)PointcutImpl(String name, String pc, Method method, AjType declaringType, String pNames) -
Uses of AjType in org.aspectj.lang.reflect
Methods in org.aspectj.lang.reflect that return AjType Modifier and Type Method Description static <T> AjType<T>AjTypeSystem. getAjType(Class<T> fromClass)AjType<?>[]AjType. getAjTypes()AjType<?>[]AjType. getDeclaredAjTypes()AjTypeAdvice. getDeclaringType()AjType<?>AjType. getDeclaringType()AjType<?>DeclareAnnotation. getDeclaringType()AjTypeDeclareErrorOrWarning. getDeclaringType()AjTypeDeclareParents. getDeclaringType()AjTypeDeclarePrecedence. getDeclaringType()AjTypeDeclareSoft. getDeclaringType()AjType<?>InterTypeDeclaration. getDeclaringType()AjTypePointcut. 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()AjTypeDeclareSoft. getSoftenedExceptionType()AjType<?>AjType. getSupertype()AjType<?>InterTypeDeclaration. getTargetType()AjType<?>InterTypeFieldDeclaration. getType()Methods in org.aspectj.lang.reflect with parameters of type AjType Modifier and Type Method Description ConstructorAjType. getConstructor(AjType<?>... parameterTypes)ConstructorAjType. getDeclaredConstructor(AjType<?>... parameterTypes)InterTypeConstructorDeclarationAjType. getDeclaredITDConstructor(AjType<?> target, AjType<?>... parameterTypes)InterTypeFieldDeclarationAjType. getDeclaredITDField(String name, AjType<?> target)InterTypeMethodDeclarationAjType. getDeclaredITDMethod(String name, AjType<?> target, AjType<?>... parameterTypes)MethodAjType. getDeclaredMethod(String name, AjType<?>... parameterTypes)InterTypeConstructorDeclarationAjType. getITDConstructor(AjType<?> target, AjType<?>... parameterTypes)InterTypeFieldDeclarationAjType. getITDField(String name, AjType<?> target)InterTypeMethodDeclarationAjType. getITDMethod(String name, AjType<?> target, AjType<?>... parameterTypes)MethodAjType. getMethod(String name, AjType<?>... parameterTypes)
-