Verwendungen von Schnittstelle
org.aspectj.lang.reflect.AjType
Packages, die AjType verwenden
Package
Beschreibung
Contains interfaces that extend
Signature to provide
additional information about each possible join point signature.-
Verwendungen von AjType in org.aspectj.internal.lang.reflect
Klassen in org.aspectj.internal.lang.reflect, die AjType implementierenMethoden in org.aspectj.internal.lang.reflect, die AjType zurückgebenModifizierer und TypMethodeBeschreibungAjType<?>[]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()Methoden in org.aspectj.internal.lang.reflect mit Parametern vom Typ AjTypeModifizierer und TypMethodeBeschreibungAjTypeImpl.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) Konstruktoren in org.aspectj.internal.lang.reflect mit Parametern vom Typ AjTypeModifiziererKonstruktorBeschreibungDeclareAnnotationImpl(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 -
Verwendungen von AjType in org.aspectj.lang.reflect
Methoden in org.aspectj.lang.reflect, die AjType zurückgebenModifizierer und TypMethodeBeschreibungstatic <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()Methoden in org.aspectj.lang.reflect mit Parametern vom Typ AjTypeModifizierer und TypMethodeBeschreibungAjType.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)