Verwendungen von Klasse
org.aspectj.weaver.UnresolvedType
Packages, die UnresolvedType verwenden
Package
Beschreibung
-
Verwendungen von UnresolvedType in org.aspectj.weaver
Unterklassen von UnresolvedType in org.aspectj.weaverModifizierer und TypKlasseBeschreibungclassRepresents a resolved array typeclassA BoundedReferenceType is the result of a generics wildcard expression ?classWhen we try to resolve a type in the world that we require to be present, and then fail to find it, we return an instance of this class.classA reference type represents some 'real' type, not a primitive, not an array - but a real type, for example java.util.List.classclassReferenceType pointing to a type variable.classclassRepresents a wildcarded bound for a generic type, this can be unbounded '?'Felder in org.aspectj.weaver, die deklariert sind als UnresolvedTypeModifizierer und TypFeldBeschreibungstatic final UnresolvedTypeAjcMemberMaker.AFTER_ANNOTATIONstatic final UnresolvedTypeAjcMemberMaker.AFTERRETURNING_ANNOTATIONstatic final UnresolvedTypeAjcMemberMaker.AFTERTHROWING_ANNOTATIONstatic final UnresolvedTypeUnresolvedType.AJC_PRIVILEGEDstatic final UnresolvedTypeUnresolvedType.ANNOTATIONstatic final UnresolvedTypeAjcMemberMaker.AROUND_ANNOTATIONstatic final UnresolvedTypeAjcMemberMaker.AROUND_CLOSURE_TYPEstatic final UnresolvedType[]UnresolvedType.ARRAY_WITH_JUST_OBJECTstatic final UnresolvedTypeAjcMemberMaker.ASPECT_ANNOTATIONstatic final UnresolvedTypeUnresolvedType.AT_INHERITEDstatic final UnresolvedTypeUnresolvedType.AT_RETENTIONstatic final UnresolvedTypeUnresolvedType.AT_TARGETstatic final UnresolvedTypeAjcMemberMaker.BEFORE_ANNOTATIONprotected UnresolvedType[]Advice.bindingParameterTypesstatic final UnresolvedTypeUnresolvedType.BOOLEANstatic final UnresolvedTypeUnresolvedType.BYTEstatic final UnresolvedTypeNameMangler.CFLOW_COUNTER_UNRESOLVEDTYPEstatic final UnresolvedTypeAjcMemberMaker.CFLOW_STACK_TYPEstatic final UnresolvedTypeNameMangler.CFLOW_STACK_UNRESOLVEDTYPEstatic final UnresolvedTypeUnresolvedType.CHARprotected UnresolvedType[]ResolvedMemberImpl.checkedExceptionsstatic final UnresolvedTypeUnresolvedType.CLONEABLEstatic final UnresolvedTypeAjcMemberMaker.CONVERSIONS_TYPEstatic final UnresolvedTypeAjcMemberMaker.DECLAREERROR_ANNOTATIONstatic final UnresolvedTypeAjcMemberMaker.DECLAREMIXIN_ANNOTATIONstatic final UnresolvedTypeAjcMemberMaker.DECLAREPARENTS_ANNOTATIONstatic final UnresolvedTypeAjcMemberMaker.DECLAREPRECEDENCE_ANNOTATIONstatic final UnresolvedTypeAjcMemberMaker.DECLAREWARNING_ANNOTATIONprotected UnresolvedTypeMemberImpl.declaringTypestatic final UnresolvedTypeUnresolvedType.DOUBLEstatic final UnresolvedTypeUnresolvedType.ENUMstatic final UnresolvedTypeUnresolvedType.ERRORstatic final UnresolvedTypeUnresolvedType.FLOATstatic final UnresolvedTypeUnresolvedType.INTstatic final UnresolvedTypeUnresolvedType.JAVA_LANG_ANNOTATIONstatic final UnresolvedTypeUnresolvedType.JAVA_LANG_CLASS_ARRAYstatic final UnresolvedTypeUnresolvedType.JAVA_LANG_REFLECT_CONSTRUCTORstatic final UnresolvedTypeUnresolvedType.JAVA_LANG_REFLECT_FIELDstatic final UnresolvedTypeUnresolvedType.JAVA_LANG_REFLECT_METHODstatic final UnresolvedTypeUnresolvedType.JL_CLASSstatic final UnresolvedTypeUnresolvedType.JL_EXCEPTIONstatic final UnresolvedTypeUnresolvedType.JL_STRINGstatic final UnresolvedTypeUnresolvedType.JOINPOINT_ENCLOSINGSTATICPARTstatic final UnresolvedTypeUnresolvedType.JOINPOINT_STATICPARTstatic final UnresolvedTypeUnresolvedType.LONGstatic final UnresolvedTypeAjcMemberMaker.NO_ASPECT_BOUND_EXCEPTIONstatic final UnresolvedType[]UnresolvedType.NONEstatic final UnresolvedTypeUnresolvedType.OBJECTstatic final UnresolvedTypeUnresolvedType.OBJECTARRAYprotected UnresolvedType[]MemberImpl.parameterTypesstatic final UnresolvedTypeAjcMemberMaker.POINTCUT_ANNOTATIONstatic final UnresolvedTypeUnresolvedType.PROCEEDING_JOINPOINTprotected UnresolvedTypeMemberImpl.returnTypestatic final UnresolvedTypeUnresolvedType.RUNTIME_EXCEPTIONstatic final UnresolvedTypeUnresolvedType.SERIALIZABLEstatic final UnresolvedTypeUnresolvedType.SHORTstatic final UnresolvedTypeUnresolvedType.SOMETHINGstatic final UnresolvedTypeUnresolvedType.SUPPRESS_AJ_WARNINGSstatic final UnresolvedTypeUnresolvedType.THROWABLEprotected UnresolvedType[]UnresolvedType.typeParametersIff isParameterized(), then these are the type parametersstatic final UnresolvedTypeAjcMemberMaker.TYPEX_ENCLOSINGSTATICJOINPOINTstatic final UnresolvedTypeAjcMemberMaker.TYPEX_JOINPOINTstatic final UnresolvedTypeAjcMemberMaker.TYPEX_PROCEEDINGJOINPOINTstatic final UnresolvedTypeAjcMemberMaker.TYPEX_STATICJOINPOINTstatic final UnresolvedTypeUnresolvedType.VOIDMethoden in org.aspectj.weaver, die UnresolvedType zurückgebenModifizierer und TypMethodeBeschreibungstatic UnresolvedType[]UnresolvedType.add(UnresolvedType[] types, UnresolvedType end) Creates a new type array with a fresh type appended to the end.static UnresolvedTypeTypeFactory.createTypeFromSignature(String signature) Used by UnresolvedType.read, creates a type from a full signature.static UnresolvedTypeTypeFactory.createUnresolvedParameterizedType(String sig, String erasuresig, UnresolvedType[] arguments) Create an *unresolved* parameterized version of a generic type.static UnresolvedTypeTypeFactory.createUnresolvedParameterizedType(String baseTypeSignature, UnresolvedType[] arguments) Create a signature then delegate to the other factory method.static UnresolvedTypeUnresolvedType.forGenericType(String name, TypeVariable[] tvbs, String genericSig) static UnresolvedTypeUnresolvedType.forGenericTypeSignature(String sig, String declaredGenericSig) static UnresolvedTypeUnresolvedType.forGenericTypeVariables(String sig, TypeVariable[] tVars) static UnresolvedTypeNOTE: Use forSignature() if you can, it'll be cheaper !static UnresolvedType[]Constructs a UnresolvedType for each java language type name in an incoming array.static UnresolvedTypeUnresolvedType.forPrimitiveType(String signature) static UnresolvedTypeUnresolvedType.forRawTypeName(String name) static UnresolvedTypeUnresolvedType.forSignature(String signature) Constructs a Type for a JVM bytecode signature string.static UnresolvedType[]UnresolvedType.forSignatures(String[] sigs) Constructs a UnresolvedType for each JVM bytecode type signature in an incoming array.Shadow.getArgType(int arg) Shadow.getArgTypes()MethodDelegateTypeMunger.getAspect()PerTypeWithinTargetTypeMunger.getAspectType()Advice.getBindingParameterTypes()ArrayReferenceType.getComponentType()UnresolvedType.getComponentType()Returns a UnresolvedType object representing the component type of this array, or null if this type does not represent an array type.AjAttribute.AdviceAttribute.getDeclaredExceptions()Advice.getDeclaringAspect()JoinPointSignature.getDeclaringType()Member.getDeclaringType()MemberImpl.getDeclaringType()NewMemberClassTypeMunger.getDeclaringType()ResolvedTypeMunger.getDeclaringType()abstract UnresolvedTypeShadow.getEnclosingType()JoinPointSignature.getExceptions()JoinPointSignature.getExceptions(World world) Member.getExceptions(World world) MemberImpl.getExceptions(World world) ResolvedMember.getExceptions()ResolvedMember.getExceptions(World world) ResolvedMemberImpl.getExceptions()final UnresolvedType[]ResolvedMemberImpl.getExceptions(World world) Advice.getExtraParameterType()Return the type of the 'extra argument'.TypeVariable.getFirstBound()Shadow.getGenericArgTypes()JoinPointSignature.getGenericParameterTypes()Member.getGenericParameterTypes()MemberImpl.getGenericParameterTypes()ResolvedMember.getGenericParameterTypes()Get the TypeXs of the parameter types, taking generic signature into accountResolvedMemberImpl.getGenericParameterTypes()Get the TypeXs of the parameter types, taking generic signature into accountJoinPointSignature.getGenericReturnType()Member.getGenericReturnType()MemberImpl.getGenericReturnType()ResolvedMember.getGenericReturnType()Get the UnresolvedType for the return type, taking generic signature into accountResolvedMemberImpl.getGenericReturnType()Get the UnresolvedType for the return type, taking generic signature into accountPerObjectInterfaceTypeMunger.getInterfaceType()BoundedReferenceType.getLowerBound()WildcardedUnresolvedType.getLowerBound()UnresolvedType.getOutermostType()Returns a UnresolvedType object representing the effective outermost enclosing type for a name type.JoinPointSignature.getParameterTypes()Member.getParameterTypes()MemberImpl.getParameterTypes()UnresolvedType.getRawType()JoinPointSignature.getReturnType()Member.getReturnType()MemberImpl.getReturnType()Shadow.getReturnType()TypeVariable.getSuperclass()TypeVariable.getSuperInterfaces()NewMemberClassTypeMunger.getTargetType()final UnresolvedTypeShadow.getTargetType()the type of the target object herefinal UnresolvedTypeShadow.getThisType()the type of the this object hereJoinPointSignature.getType()Member.getType()final UnresolvedTypeMemberImpl.getType()UnresolvedType.getTypeParameters()BoundedReferenceType.getUpperBound()TypeVariable.getUpperBound()WildcardedUnresolvedType.getUpperBound()static UnresolvedType[]UnresolvedType.insert(UnresolvedType start, UnresolvedType[] types) Creates a new type array with a fresh type inserted at the beginning.BindingScope.lookupType(String name, IHasPosition location) static UnresolvedTypeUnresolvedType.makeArray(UnresolvedType base, int dims) BoundedReferenceType.parameterize(Map<String, UnresolvedType> typeBindings) protected UnresolvedTypeResolvedMemberImpl.parameterize(UnresolvedType aType, Map<String, UnresolvedType> typeVariableMap, boolean inParameterizedType, World w) ResolvedType.parameterize(Map<String, UnresolvedType> typeBindings) Iff I am a parameterized type, and any of my parameters are type variable references (or nested parameterized types), return a version with those type parameters replaced in accordance with the passed bindings.TypeVariableReferenceType.parameterize(Map<String, UnresolvedType> typeBindings) UnresolvedType.parameterize(Map<String, UnresolvedType> typeBindings) Return a version of this parameterized type in which any type parameters that are type variable references are replaced by their matching type variable binding.static UnresolvedTypeAjcMemberMaker.perObjectInterfaceType(UnresolvedType aspectType) static UnresolvedTypeUnresolvedType.read(DataInputStream s) Read in an UnresolvedType - just read the signature and rebuild the UnresolvedType.static UnresolvedType[]UnresolvedType.readArray(DataInputStream s) VersionedDataInputStream.readSignatureAsUnresolvedType()Methoden in org.aspectj.weaver, die Typen mit Argumenten vom Typ UnresolvedType zurückgebenModifizierer und TypMethodeBeschreibungprotected Map<String, UnresolvedType> ResolvedType.getAjMemberParameterizationMap()protected Map<String, UnresolvedType> ResolvedType.getMemberParameterizationMap()Methoden in org.aspectj.weaver mit Parametern vom Typ UnresolvedTypeModifizierer und TypMethodeBeschreibungstatic UnresolvedType[]UnresolvedType.add(UnresolvedType[] types, UnresolvedType end) Creates a new type array with a fresh type appended to the end.static ResolvedMemberAjcMemberMaker.ajcPostClinitMethod(UnresolvedType declaringType) static ResolvedMemberAjcMemberMaker.ajcPreClinitMethod(UnresolvedType declaringType) static voidResolvedMemberImpl.appendSigWithTypeVarBoundsRemoved(UnresolvedType aType, StringBuffer toBuffer, Set<UnresolvedType> alreadyUsedTypeVars) static ResolvedMemberAjcMemberMaker.bridgerToInterMethod(ResolvedMember meth, UnresolvedType aspectType) Sometimes the intertyped method requires a bridge method alongside it.booleanCrosscuttingMembersSet.containsAspect(UnresolvedType aspectType) static ReferenceTypeTypeFactory.createParameterizedType(ResolvedType aBaseType, UnresolvedType[] someTypeParameters, World inAWorld) Create a parameterized version of a generic type.static UnresolvedTypeTypeFactory.createUnresolvedParameterizedType(String sig, String erasuresig, UnresolvedType[] arguments) Create an *unresolved* parameterized version of a generic type.static UnresolvedTypeTypeFactory.createUnresolvedParameterizedType(String baseTypeSignature, UnresolvedType[] arguments) Create a signature then delegate to the other factory method.booleanCrosscuttingMembersSet.deleteAspect(UnresolvedType aspectType) voidCrosscuttingMembers.exposeType(UnresolvedType typeToExpose) static ReferenceTypeReferenceType.fromTypeX(UnresolvedType tx, World world) AnnotatedElement.getAnnotationOfType(UnresolvedType ofType) ArrayReferenceType.getAnnotationOfType(UnresolvedType ofType) JoinPointSignature.getAnnotationOfType(UnresolvedType ofType) ReferenceType.getAnnotationOfType(UnresolvedType ofType) ResolvedMemberImpl.getAnnotationOfType(UnresolvedType ofType) ResolvedType.getAnnotationOfType(UnresolvedType ofType) abstract VarShadow.getArgAnnotationVar(int i, UnresolvedType forAnnotationType) World.getCoreType(UnresolvedType tx) Special resolution for "core" types like OBJECT.NewMethodTypeMunger.getDeclaredInterMethodBody(UnresolvedType aspectType, World w) If the munger has a declared signatureNewMethodTypeMunger.getDeclaredInterMethodDispatcher(UnresolvedType aspectType, World w) NewFieldTypeMunger.getInitMethod(UnresolvedType aspectType) NewMethodTypeMunger.getInterMethodBody(UnresolvedType aspectType) abstract VarShadow.getKindedAnnotationVar(UnresolvedType forAnnotationType) static String[]UnresolvedType.getNames(UnresolvedType[] types) Returns an array of strings representing the java langauge names of an array of types.abstract VarShadow.getTargetAnnotationVar(UnresolvedType forAnnotationType) abstract VarShadow.getThisAnnotationVar(UnresolvedType forAnnotationType) abstract VarShadow.getWithinAnnotationVar(UnresolvedType forAnnotationType) abstract VarShadow.getWithinCodeAnnotationVar(UnresolvedType forAnnotationType) booleanAnnotatedElement.hasAnnotation(UnresolvedType ofType) booleanArrayReferenceType.hasAnnotation(UnresolvedType ofType) booleanGeneratedReferenceTypeDelegate.hasAnnotation(UnresolvedType ofType) booleanJoinPointSignature.hasAnnotation(UnresolvedType ofType) booleanMissingResolvedTypeWithKnownSignature.hasAnnotation(UnresolvedType ofType) booleanReferenceType.hasAnnotation(UnresolvedType ofType) booleanReferenceTypeDelegate.hasAnnotation(UnresolvedType ofType) booleanResolvedMember.hasAnnotation(UnresolvedType ofType) booleanResolvedMemberImpl.hasAnnotation(UnresolvedType ofType) Check if this member has an annotation of the specified type.static ResolvedMemberAjcMemberMaker.initFailureCauseField(UnresolvedType declaringType) static ResolvedMemberAjcMemberMaker.inlineAccessMethodForFieldGet(UnresolvedType aspectType, Member field) static StringNameMangler.inlineAccessMethodForFieldGet(String name, UnresolvedType objectType, UnresolvedType aspectType) static ResolvedMemberAjcMemberMaker.inlineAccessMethodForFieldSet(UnresolvedType aspectType, Member field) static StringNameMangler.inlineAccessMethodForFieldSet(String name, UnresolvedType objectType, UnresolvedType aspectType) static ResolvedMemberAjcMemberMaker.inlineAccessMethodForMethod(UnresolvedType aspectType, ResolvedMember method) static StringNameMangler.inlineAccessMethodForMethod(String name, UnresolvedType objectType, UnresolvedType aspectType) static UnresolvedType[]UnresolvedType.insert(UnresolvedType start, UnresolvedType[] types) Creates a new type array with a fresh type inserted at the beginning.static ResolvedMemberAjcMemberMaker.interConstructor(ResolvedType targetType, ResolvedMember constructor, UnresolvedType aspectType) static ResolvedMemberAjcMemberMaker.interFieldClassField(ResolvedMember field, UnresolvedType aspectType, boolean newStyle) This field goes on the class the field is declared onto.static StringNameMangler.interFieldClassField(int modifiers, UnresolvedType aspectType, UnresolvedType classType, String name) This field goes on the class the field is declared ontostatic ResolvedMemberAjcMemberMaker.interFieldGetDispatcher(ResolvedMember field, UnresolvedType aspectType) This static method goes on the aspect that declares the inter-type fieldstatic StringNameMangler.interFieldGetDispatcher(UnresolvedType aspectType, UnresolvedType onType, String name) This static method goes on the aspect that declares the inter-type fieldstatic ResolvedMemberAjcMemberMaker.interFieldInitializer(ResolvedMember field, UnresolvedType aspectType) static StringNameMangler.interFieldInitializer(UnresolvedType aspectType, UnresolvedType classType, String name) This static void method goes on the aspect that declares the inter-type field and is called from the appropriate place (target's initializer, or clinit, or topmost implementer's inits), to initialize the field;static ResolvedMemberAjcMemberMaker.interFieldInterfaceField(ResolvedMember field, UnresolvedType onClass, UnresolvedType aspectType, boolean newStyle) This field goes on top-most implementers of the interface the field is declared ontostatic StringNameMangler.interFieldInterfaceField(UnresolvedType aspectType, UnresolvedType interfaceType, String name) This field goes on top-most implementers of the interface the field is declared ontostatic ResolvedMemberAjcMemberMaker.interFieldInterfaceGetter(ResolvedMember field, ResolvedType onType, UnresolvedType aspectType) This instance method goes on the interface the field is declared onto as well as its top-most implementorsstatic StringNameMangler.interFieldInterfaceGetter(UnresolvedType aspectType, UnresolvedType interfaceType, String name) This instance method goes on the interface the field is declared onto as well as its top-most implementorsstatic ResolvedMemberAjcMemberMaker.interFieldInterfaceSetter(ResolvedMember field, ResolvedType onType, UnresolvedType aspectType) This instance method goes on the interface the field is declared onto as well as its top-most implementorsstatic StringNameMangler.interFieldInterfaceSetter(UnresolvedType aspectType, UnresolvedType interfaceType, String name) This instance method goes on the interface the field is declared onto as well as its top-most implementorsstatic ResolvedMemberAjcMemberMaker.interFieldSetDispatcher(ResolvedMember field, UnresolvedType aspectType) This static method goes on the aspect that declares the inter-type fieldstatic StringNameMangler.interFieldSetDispatcher(UnresolvedType aspectType, UnresolvedType onType, String name) This static method goes on the aspect that declares the inter-type fieldstatic ResolvedMemberAjcMemberMaker.interMethod(ResolvedMember meth, UnresolvedType aspectType, boolean onInterface) This method goes on the target type of the inter-type method.static StringNameMangler.interMethod(int modifiers, UnresolvedType aspectType, UnresolvedType classType, String name) This method goes on the target type of the inter-type method.static ResolvedMemberAjcMemberMaker.interMethodBody(ResolvedMember meth, UnresolvedType aspectType) This method goes on the declaring aspect of the inter-type method.static StringNameMangler.interMethodBody(UnresolvedType aspectType, UnresolvedType classType, String name) This static method goes on the declaring aspect of the inter-type method.static ResolvedMemberAjcMemberMaker.interMethodBridger(ResolvedMember meth, UnresolvedType aspectType, boolean onInterface) This method goes on the target type of the inter-type method.static ResolvedMemberAjcMemberMaker.interMethodDispatcher(ResolvedMember meth, UnresolvedType aspectType) This static method goes on the declaring aspect of the inter-type method.static StringNameMangler.interMethodDispatcher(UnresolvedType aspectType, UnresolvedType classType, String name) This static method goes on the declaring aspect of the inter-type method.static booleanResolvedType.isMissing(UnresolvedType unresolved) static ResolvedMemberAjcMemberMaker.itdAtDeclareParentsField(ResolvedType targetType, UnresolvedType itdType, UnresolvedType aspectType) static StringNameMangler.itdAtDeclareParentsField(UnresolvedType aspectType, UnresolvedType itdType) World.lookupOrCreateName(UnresolvedType ty) Lookup a type by signature, if not found then build one and put it in the map.static UnresolvedTypeUnresolvedType.makeArray(UnresolvedType base, int dims) static StringNameMangler.makeClosureClassName(UnresolvedType enclosingType, String suffix) static ResolvedMemberImplMemberImpl.makeExceptionHandlerSignature(UnresolvedType inType, UnresolvedType catchType) protected static StringSignatureUtils.makeString(UnresolvedType t) protected static StringSignatureUtils.makeString(UnresolvedType[] types) static MemberImplMemberImpl.method(UnresolvedType declaring, int mods, String name, String signature) static MemberImplMemberImpl.method(UnresolvedType declTy, int mods, UnresolvedType rTy, String name, UnresolvedType[] paramTys) protected UnresolvedTypeResolvedMemberImpl.parameterize(UnresolvedType aType, Map<String, UnresolvedType> typeVariableMap, boolean inParameterizedType, World w) JoinPointSignature.parameterizedWith(UnresolvedType[] typeParameters, ResolvedType newDeclaringType, boolean isParameterized) JoinPointSignature.parameterizedWith(UnresolvedType[] typeParameters, ResolvedType newDeclaringType, boolean isParameterized, List<String> aliases) ResolvedMember.parameterizedWith(UnresolvedType[] typeParameters, ResolvedType newDeclaringType, boolean isParameterized) ResolvedMember.parameterizedWith(UnresolvedType[] typeParameters, ResolvedType newDeclaringType, boolean isParameterized, List<String> aliases) ResolvedMemberImpl.parameterizedWith(UnresolvedType[] typeParameters, ResolvedType newDeclaringType, boolean isParameterized) ResolvedMemberImpl.parameterizedWith(UnresolvedType[] typeParameters, ResolvedType newDeclaringType, boolean isParameterized, List<String> aliases) Return a resolvedmember in which all the type variables in the signature have been replaced with the given bindings.ResolvedPointcutDefinition.parameterizedWith(UnresolvedType[] typeParameters, ResolvedType newDeclaringType, boolean isParameterized) Called when asking a parameterized super-aspect for its pointcuts.ResolvedType.parameterizedWith(UnresolvedType[] typeParameters) static ResolvedMemberAjcMemberMaker.perCflowAspectOfMethod(UnresolvedType declaringType) static ResolvedMemberAjcMemberMaker.perCflowField(UnresolvedType declaringType) static ResolvedMemberAjcMemberMaker.perCflowHasAspectMethod(UnresolvedType declaringType) static ResolvedMemberAjcMemberMaker.perCflowPush(UnresolvedType declaringType) static ResolvedMemberAjcMemberMaker.perObjectAspectOfMethod(UnresolvedType declaringType) static ResolvedMemberAjcMemberMaker.perObjectBind(UnresolvedType declaringType) static ResolvedMemberAjcMemberMaker.perObjectField(UnresolvedType declaringType, ResolvedType aspectType) static ResolvedMemberAjcMemberMaker.perObjectHasAspectMethod(UnresolvedType declaringType) static StringNameMangler.perObjectInterfaceField(UnresolvedType aspectType) static ResolvedMemberAjcMemberMaker.perObjectInterfaceGet(UnresolvedType aspectType) static StringNameMangler.perObjectInterfaceGet(UnresolvedType aspectType) static ResolvedMemberAjcMemberMaker.perObjectInterfaceSet(UnresolvedType aspectType) static StringNameMangler.perObjectInterfaceSet(UnresolvedType aspectType) static UnresolvedTypeAjcMemberMaker.perObjectInterfaceType(UnresolvedType aspectType) static ResolvedMemberAjcMemberMaker.perSingletonAspectOfMethod(UnresolvedType declaringType) static ResolvedMemberAjcMemberMaker.perSingletonField(UnresolvedType declaringType) static ResolvedMemberAjcMemberMaker.perSingletonHasAspectMethod(UnresolvedType declaringType) static ResolvedMemberAjcMemberMaker.perTypeWithinAspectOfMethod(UnresolvedType declaringType, boolean inJava5Mode) static ResolvedMemberAjcMemberMaker.perTypeWithinCreateAspectInstance(UnresolvedType declaringType) static ResolvedMemberAjcMemberMaker.perTypeWithinField(UnresolvedType declaringType, ResolvedType aspectType) static StringNameMangler.perTypeWithinFieldForTarget(UnresolvedType aspectType) static ResolvedMemberAjcMemberMaker.perTypeWithinGetInstance(UnresolvedType declaringType) static ResolvedMemberAjcMemberMaker.perTypeWithinGetWithinTypeNameMethod(UnresolvedType declaringType, boolean inJava5Mode) static ResolvedMemberAjcMemberMaker.perTypeWithinHasAspectMethod(UnresolvedType declaringType, boolean inJava5Mode) static ResolvedMemberAjcMemberMaker.perTypeWithinLocalAspectOf(UnresolvedType shadowType, UnresolvedType aspectType) static StringNameMangler.perTypeWithinLocalAspectOf(UnresolvedType aspectType) static ResolvedMemberAjcMemberMaker.perTypeWithinWithinTypeField(UnresolvedType declaringType, ResolvedType aspectType) static MemberMemberImpl.pointcut(UnresolvedType declaring, String name, String signature) static ResolvedMemberAjcMemberMaker.postIntroducedConstructor(UnresolvedType aspectType, UnresolvedType targetType, UnresolvedType[] paramTypes) static StringNameMangler.postIntroducedConstructor(UnresolvedType aspectType, UnresolvedType targetType) This static method goes on the declaring aspect of the inter-type constructor.static ResolvedMemberAjcMemberMaker.preIntroducedConstructor(UnresolvedType aspectType, UnresolvedType targetType, UnresolvedType[] paramTypes) static StringNameMangler.preIntroducedConstructor(UnresolvedType aspectType, UnresolvedType targetType) This static method goes on the declaring aspect of the inter-type constructor.static ResolvedMemberAjcMemberMaker.privilegedAccessMethodForFieldGet(UnresolvedType aspectType, Member field, boolean shortSyntax) Return a resolvedmember representing the synthetic getter for the field.static StringNameMangler.privilegedAccessMethodForFieldGet(String name, UnresolvedType objectType, UnresolvedType aspectType) Create the old style (<1.6.9) format getter name which includes the aspect requesting access and the type containing the field in the name of the type.static ResolvedMemberAjcMemberMaker.privilegedAccessMethodForFieldSet(UnresolvedType aspectType, Member field, boolean shortSyntax) Return a resolvedmember representing the synthetic setter for the field.static StringNameMangler.privilegedAccessMethodForFieldSet(String name, UnresolvedType objectType, UnresolvedType aspectType) Create the old style (<1.6.9) format setter name which includes the aspect requesting access and the type containing the field in the name of the type.static ResolvedMemberAjcMemberMaker.privilegedAccessMethodForMethod(UnresolvedType aspectType, ResolvedMember method) static StringNameMangler.privilegedAccessMethodForMethod(String name, UnresolvedType objectType, UnresolvedType aspectType) static StringNameMangler.protectedDispatchMethod(UnresolvedType classType, String name) This static method goes on the target class of the inter-type method.World.resolve(UnresolvedType ty) Resolve a type that we require to be present in the worldWorld.resolve(UnresolvedType[] types) Convenience method for resolving an array of unresolved types in one hit.World.resolve(UnresolvedType ty, boolean allowMissing) Resolve a type.World.resolve(UnresolvedType ty, ISourceLocation isl) Attempt to resolve a type - the source location gives you some context in which resolution is taking place.World.resolveGenericTypeFor(UnresolvedType anUnresolvedType, boolean allowMissing) Attempt to resolve a type that should be a generic type.voidTypeVariable.setAdditionalInterfaceBounds(UnresolvedType[] superInterfaces) voidAdvice.setBindingParameterTypes(UnresolvedType[] types) voidJoinPointSignature.setCheckedExceptions(UnresolvedType[] checkedExceptions) voidResolvedMember.setCheckedExceptions(UnresolvedType[] checkedExceptions) voidResolvedMemberImpl.setCheckedExceptions(UnresolvedType[] checkedExceptions) voidMethodDelegateTypeMunger.setFieldType(UnresolvedType fieldType) voidTypeVariable.setSuperclass(UnresolvedType superclass) voidTypeVariable.setUpperBound(UnresolvedType superclass) static ResolvedMemberAjcMemberMaker.superAccessMethod(UnresolvedType baseType, ResolvedMember method) static StringNameMangler.superDispatchMethod(UnresolvedType classType, String name) This static method goes on the target class of the inter-type method.static ResolvedMemberAjcMemberMaker.toObjectConversionMethod(UnresolvedType fromType) static StringMemberImpl.typesToSignature(UnresolvedType[] paramTypes) Returns "(<signaturesOfParamTypes>,...)" - unlike the other typesToSignature that also includes the return type, this one just deals with the parameter types.static StringMemberImpl.typesToSignature(UnresolvedType returnType, UnresolvedType[] paramTypes, boolean eraseGenerics) Build a signature based on the return type and parameter types.voidWorld.validateType(UnresolvedType type) static voidUnresolvedType.writeArray(UnresolvedType[] types, CompressingDataOutputStream stream) Methodenparameter in org.aspectj.weaver mit Typargumenten vom Typ UnresolvedTypeModifizierer und TypMethodeBeschreibungstatic voidResolvedMemberImpl.appendSigWithTypeVarBoundsRemoved(UnresolvedType aType, StringBuffer toBuffer, Set<UnresolvedType> alreadyUsedTypeVars) voidCrosscuttingMembers.exposeTypes(List<UnresolvedType> typesToExpose) BoundedReferenceType.parameterize(Map<String, UnresolvedType> typeBindings) protected UnresolvedTypeResolvedMemberImpl.parameterize(UnresolvedType aType, Map<String, UnresolvedType> typeVariableMap, boolean inParameterizedType, World w) ResolvedType.parameterize(Map<String, UnresolvedType> typeBindings) Iff I am a parameterized type, and any of my parameters are type variable references (or nested parameterized types), return a version with those type parameters replaced in accordance with the passed bindings.TypeVariableReferenceType.parameterize(Map<String, UnresolvedType> typeBindings) UnresolvedType.parameterize(Map<String, UnresolvedType> typeBindings) Return a version of this parameterized type in which any type parameters that are type variable references are replaced by their matching type variable binding.ResolvedMember.parameterizedWith(Map<String, UnresolvedType> m, World w) ResolvedMemberImpl.parameterizedWith(Map<String, UnresolvedType> m, World w) Replace occurrences of type variables in the signature with values contained in the map.Checker.parameterizeWith(ResolvedType declaringType, Map<String, UnresolvedType> typeVariableMap) Parameterize the Checker by parameterizing the pointcutabstract ConcreteTypeMungerConcreteTypeMunger.parameterizeWith(Map<String, UnresolvedType> parameterizationMap, World world) NewFieldTypeMunger.parameterizeWith(Map<String, UnresolvedType> m, World w) NewMethodTypeMunger.parameterizeWith(Map<String, UnresolvedType> m, World w) ResolvedTypeMunger.parameterizeWith(Map<String, UnresolvedType> m, World w) abstract ShadowMungerShadowMunger.parameterizeWith(ResolvedType declaringType, Map<String, UnresolvedType> typeVariableMap) Konstruktoren in org.aspectj.weaver mit Parametern vom Typ UnresolvedTypeModifiziererKonstruktorBeschreibungAdviceAttribute(AdviceKind kind, Pointcut pointcut, int extraArgumentFlags, int start, int end, ISourceContext sourceContext, boolean proceedInInners, ResolvedMember[] proceedCallSignatures, boolean[] formalsUnchangedToProceed, UnresolvedType[] declaredExceptions) ExposeTypeMunger(UnresolvedType typeToExpose) FieldHostTypeMunger(ResolvedMember field, UnresolvedType aspect, TypePattern typePattern) Construct a new type munger for @AspectJ ITDMemberImpl(MemberKind kind, UnresolvedType declaringType, int modifiers, String name, String erasedSignature) Construct a MemberImpl using an erased signature for the parameters and return type (member method/ctor) or type (member field)MemberImpl(MemberKind kind, UnresolvedType declaringType, int modifiers, UnresolvedType returnType, String name, UnresolvedType[] parameterTypes) Construct a MemberImpl using real type information for the parameters and return type (member method/ctor) or type (member field)MethodDelegateTypeMunger(ResolvedMember signature, UnresolvedType aspect, String implClassName, TypePattern typePattern) Construct a new type munger for @AspectJ ITDMethodDelegateTypeMunger(ResolvedMember signature, UnresolvedType aspect, String implClassName, TypePattern typePattern, String factoryMethodName, String factoryMethodSignature) NewMemberClassTypeMunger(UnresolvedType targetType, String memberTypeName) PerObjectInterfaceTypeMunger(UnresolvedType aspectType, Pointcut testPointcut) PerTypeWithinTargetTypeMunger(UnresolvedType aspectType, PerTypeWithin testPointcut) ReferenceType(UnresolvedType genericType, World world) Create a reference type for a generic typeResolvableTypeList(World world, UnresolvedType[] unresolvedTypes) ResolvedMemberImpl(MemberKind kind, UnresolvedType declaringType, int modifiers, String name, String signature) ResolvedMemberImpl(MemberKind kind, UnresolvedType declaringType, int modifiers, UnresolvedType returnType, String name, UnresolvedType[] parameterTypes) ResolvedMemberImpl(MemberKind kind, UnresolvedType declaringType, int modifiers, UnresolvedType returnType, String name, UnresolvedType[] parameterTypes, UnresolvedType[] checkedExceptions) ResolvedMemberImpl(MemberKind kind, UnresolvedType declaringType, int modifiers, UnresolvedType returnType, String name, UnresolvedType[] parameterTypes, UnresolvedType[] checkedExceptions, ResolvedMember backingGenericMember) ResolvedPointcutDefinition(UnresolvedType declaringType, int modifiers, String name, UnresolvedType[] parameterTypes, Pointcut pointcut) ResolvedPointcutDefinition(UnresolvedType declaringType, int modifiers, String name, UnresolvedType[] parameterTypes, UnresolvedType returnType, Pointcut pointcut) An instance which can be given a specific returnType, used f.e. in if() pointcut for @AJTypeVariable(String name, UnresolvedType anUpperBound) TypeVariable(String name, UnresolvedType anUpperBound, UnresolvedType[] superInterfaces) UnresolvedType(String signature, String signatureErasure, UnresolvedType[] typeParams) WildcardedUnresolvedType(String signature, UnresolvedType upperBound, UnresolvedType lowerBound) -
Verwendungen von UnresolvedType in org.aspectj.weaver.ast
Methoden in org.aspectj.weaver.ast, die UnresolvedType zurückgebenKonstruktoren in org.aspectj.weaver.ast mit Parametern vom Typ UnresolvedType -
Verwendungen von UnresolvedType in org.aspectj.weaver.bcel
Methoden in org.aspectj.weaver.bcel, die UnresolvedType zurückgebenModifizierer und TypMethodeBeschreibungBcelShadow.ensureTargetTypeIsCorrect(UnresolvedType tx) static UnresolvedTypeExceptionRange.getCatchType()Methoden in org.aspectj.weaver.bcel mit Parametern vom Typ UnresolvedTypeModifizierer und TypMethodeBeschreibungBcelShadow.ensureTargetTypeIsCorrect(UnresolvedType tx) ClassPathManager.find(UnresolvedType type) BcelShadow.genTempVar(UnresolvedType utype) BcelShadow.genTempVar(UnresolvedType typeX, String localName) BcelShadow.getArgAnnotationVar(int i, UnresolvedType forAnnotationType) BcelShadow.getKindedAnnotationVar(UnresolvedType forAnnotationType) BcelShadow.getTargetAnnotationVar(UnresolvedType forAnnotationType) BcelShadow.getThisAnnotationVar(UnresolvedType forAnnotationType) BcelShadow.getWithinAnnotationVar(UnresolvedType forAnnotationType) BcelShadow.getWithinCodeAnnotationVar(UnresolvedType forAnnotationType) booleanBcelObjectType.hasAnnotation(UnresolvedType ofType) booleanLazyClassGen.hasAnnotation(UnresolvedType t) booleanLazyMethodGen.hasAnnotation(UnresolvedType annotationType) static TypeBcelWorld.makeBcelType(UnresolvedType type) protected StringLazyClassGen.makeLdcClassString(UnresolvedType type) protected StringLazyClassGen.makeString(UnresolvedType t) protected StringLazyClassGen.makeString(UnresolvedType[] types) voidBcelWorld.validateType(UnresolvedType type) The aim of this method is to make sure a particular type is 'ok'.voidBcelShadow.weaveAfterThrowing(org.aspectj.weaver.bcel.BcelAdvice munger, UnresolvedType catchType) voidBcelShadow.weavePerTypeWithinAspectInitialization(org.aspectj.weaver.bcel.BcelAdvice munger, UnresolvedType t) Causes the aspect instance to be *set* for later retrievable through localAspectof()/aspectOf()voidBcelShadow.weaveSoftener(org.aspectj.weaver.bcel.BcelAdvice munger, UnresolvedType catchType) Methodenparameter in org.aspectj.weaver.bcel mit Typargumenten vom Typ UnresolvedTypeModifizierer und TypMethodeBeschreibungBcelTypeMunger.parameterizeWith(Map<String, UnresolvedType> m, World w) Konstruktoren in org.aspectj.weaver.bcel mit Parametern vom Typ UnresolvedTypeModifiziererKonstruktorBeschreibungAnnotationAccessVar(BcelShadow shadow, Shadow.Kind kind, ResolvedType annotationType, UnresolvedType theTargetIsStoredHere, Member sig, boolean isWithin) ExceptionRange(InstructionList body, UnresolvedType exceptionType, boolean insideExisting) ExceptionRange(InstructionList body, UnresolvedType exceptionType, int priority) After this constructor is called, this range is not well situated unlessExceptionRange.associateWithTargets(org.aspectj.apache.bcel.generic.InstructionHandle, org.aspectj.apache.bcel.generic.InstructionHandle, org.aspectj.apache.bcel.generic.InstructionHandle)is called XXX priority should be fixedLazyResolvedPointcutDefinition(UnresolvedType declaringType, int modifiers, String name, UnresolvedType[] parameterTypes, UnresolvedType returnType, Pointcut pointcut, IScope binding) -
Verwendungen von UnresolvedType in org.aspectj.weaver.patterns
Felder in org.aspectj.weaver.patterns, die deklariert sind als UnresolvedTypeModifizierer und TypFeldBeschreibungprotected UnresolvedTypeExactAnnotationTypePattern.annotationTypeReferencePointcut.onTypeprotected UnresolvedTypeExactTypePattern.typeMethoden in org.aspectj.weaver.patterns, die UnresolvedType zurückgebenModifizierer und TypMethodeBeschreibungExactAnnotationFieldTypePattern.getAnnotationType()ExactAnnotationTypePattern.getAnnotationType()DeclareAnnotation.getAspect()TypePattern.getExactType()BindingAnnotationFieldTypePattern.getFormalType()ExactTypePattern.getType()FormalBinding.getType()Bindings.getUsedFormalTypes()IScope.lookupType(String name, IHasPosition location) ScopeWithTypeVariables.lookupType(String name, IHasPosition location) SimpleScope.lookupType(String name, IHasPosition location) TypePattern.resolveExactType(IScope scope, Bindings bindings) Methoden in org.aspectj.weaver.patterns, die Typen mit Argumenten vom Typ UnresolvedType zurückgebenMethoden in org.aspectj.weaver.patterns mit Parametern vom Typ UnresolvedTypeModifizierer und TypMethodeBeschreibungbooleanSignaturePattern.declaringTypeMatchAllowingForCovariance(Member member, UnresolvedType shadowDeclaringType, World world, TypePattern returnTypePattern, ResolvedType sigReturn) static FormalBinding[]SimpleScope.makeFormalBindings(UnresolvedType[] types, String[] names) booleanThrowsPattern.matches(UnresolvedType[] tys, World world) protected booleanAndTypePattern.matchesArray(UnresolvedType type) protected booleanAnyTypePattern.matchesArray(UnresolvedType type) protected booleanAnyWithAnnotationTypePattern.matchesArray(UnresolvedType type) protected booleanEllipsisTypePattern.matchesArray(UnresolvedType type) protected booleanExactTypePattern.matchesArray(UnresolvedType type) protected booleanHasMemberTypePattern.matchesArray(UnresolvedType type) protected booleanNotTypePattern.matchesArray(UnresolvedType type) protected booleanNoTypePattern.matchesArray(UnresolvedType type) protected booleanOrTypePattern.matchesArray(UnresolvedType type) protected booleanTypeCategoryTypePattern.matchesArray(UnresolvedType type) protected abstract booleanTypePattern.matchesArray(UnresolvedType type) protected booleanWildTypePattern.matchesArray(UnresolvedType type) Methodenparameter in org.aspectj.weaver.patterns mit Typargumenten vom Typ UnresolvedTypeModifizierer und TypMethodeBeschreibungAndAnnotationTypePattern.parameterizeWith(Map<String, UnresolvedType> typeVariableMap, World w) AndPointcut.parameterizeWith(Map<String, UnresolvedType> typeVariableMap, World w) AndSignaturePattern.parameterizeWith(Map<String, UnresolvedType> typeVariableBindingMap, World world) AndTypePattern.parameterizeWith(Map<String, UnresolvedType> typeVariableMap, World w) AnnotationPatternList.parameterizeWith(Map<String, UnresolvedType> typeVariableMap, World w) AnnotationPointcut.parameterizeWith(Map<String, UnresolvedType> typeVariableMap, World w) abstract AnnotationTypePatternAnnotationTypePattern.parameterizeWith(Map<String, UnresolvedType> typeVariableMap, World w) AnyAnnotationTypePattern.parameterizeWith(Map<String, UnresolvedType> arg0, World w) AnyTypePattern.parameterizeWith(Map<String, UnresolvedType> arg0, World w) AnyWithAnnotationTypePattern.parameterizeWith(Map<String, UnresolvedType> typeVariableMap, World w) ArgsPointcut.parameterizeWith(Map<String, UnresolvedType> typeVariableMap, World w) BindingTypePattern.parameterizeWith(Map<String, UnresolvedType> typeVariableMap, World w) CflowPointcut.parameterizeWith(Map<String, UnresolvedType> typeVariableMap, World w) ConcreteCflowPointcut.parameterizeWith(Map<String, UnresolvedType> typeVariableMap, World w) abstract DeclareDeclare.parameterizeWith(Map<String, UnresolvedType> typeVariableBindingMap, World w) Returns a version of this declare element in which all references to type variables are replaced with their bindings given in the map.DeclareAnnotation.parameterizeWith(Map<String, UnresolvedType> typeVariableBindingMap, World w) DeclareErrorOrWarning.parameterizeWith(Map<String, UnresolvedType> typeVariableBindingMap, World w) DeclareParents.parameterizeWith(Map<String, UnresolvedType> typeVariableBindingMap, World w) ExactAnnotationTypePattern.parameterizeWith(Map<String, UnresolvedType> typeVariableMap, World w) ExactTypePattern.parameterizeWith(Map<String, UnresolvedType> typeVariableMap, World w) return a version of this type pattern with all type variables references replaced by the corresponding entry in the map.ISignaturePattern.parameterizeWith(Map<String, UnresolvedType> typeVariableBindingMap, World world) KindedPointcut.parameterizeWith(Map<String, UnresolvedType> typeVariableMap, World w) NotAnnotationTypePattern.parameterizeWith(Map<String, UnresolvedType> typeVariableMap, World w) NotPointcut.parameterizeWith(Map<String, UnresolvedType> typeVariableMap, World w) NotSignaturePattern.parameterizeWith(Map<String, UnresolvedType> typeVariableBindingMap, World world) NotTypePattern.parameterizeWith(Map<String, UnresolvedType> typeVariableMap, World w) NoTypePattern.parameterizeWith(Map<String, UnresolvedType> arg0, World w) OrAnnotationTypePattern.parameterizeWith(Map<String, UnresolvedType> typeVariableMap, World w) OrPointcut.parameterizeWith(Map<String, UnresolvedType> typeVariableMap, World w) OrSignaturePattern.parameterizeWith(Map<String, UnresolvedType> typeVariableBindingMap, World world) OrTypePattern.parameterizeWith(Map<String, UnresolvedType> typeVariableMap, World w) PerCflow.parameterizeWith(Map<String, UnresolvedType> typeVariableMap, World w) PerFromSuper.parameterizeWith(Map<String, UnresolvedType> typeVariableMap, World w) PerObject.parameterizeWith(Map<String, UnresolvedType> typeVariableMap, World w) PerSingleton.parameterizeWith(Map<String, UnresolvedType> typeVariableMap, World w) PerTypeWithin.parameterizeWith(Map<String, UnresolvedType> typeVariableMap, World w) abstract PointcutPointcut.parameterizeWith(Map<String, UnresolvedType> typeVariableMap, World w) ReferencePointcut.parameterizeWith(Map<String, UnresolvedType> typeVariableMap, World w) make a version of this pointcut with any refs to typeVariables replaced by their entry in the map.SignaturePattern.parameterizeWith(Map<String, UnresolvedType> typeVariableMap, World w) return a copy of this signature pattern in which every type variable reference is replaced by the corresponding entry in the map.ThisOrTargetAnnotationPointcut.parameterizeWith(Map<String, UnresolvedType> typeVariableMap, World w) ThisOrTargetPointcut.parameterizeWith(Map<String, UnresolvedType> typeVariableMap, World w) ThrowsPattern.parameterizeWith(Map<String, UnresolvedType> typeVariableMap, World w) TypeCategoryTypePattern.parameterizeWith(Map<String, UnresolvedType> typeVariableMap, World w) abstract TypePatternTypePattern.parameterizeWith(Map<String, UnresolvedType> typeVariableMap, World w) return a version of this type pattern in which all type variable references have been replaced by their corresponding entry in the map.TypePatternList.parameterizeWith(Map<String, UnresolvedType> typeVariableMap, World w) Return a version of this type pattern list in which all type variable references are replaced by their corresponding entry in the mapWildAnnotationTypePattern.parameterizeWith(Map<String, UnresolvedType> typeVariableMap, World w) WildTypePattern.parameterizeWith(Map<String, UnresolvedType> typeVariableMap, World w) WithinAnnotationPointcut.parameterizeWith(Map<String, UnresolvedType> typeVariableMap, World w) WithinCodeAnnotationPointcut.parameterizeWith(Map<String, UnresolvedType> typeVariableMap, World w) WithinPointcut.parameterizeWith(Map<String, UnresolvedType> typeVariableMap, World w) Konstruktoren in org.aspectj.weaver.patterns mit Parametern vom Typ UnresolvedTypeModifiziererKonstruktorBeschreibungBindingAnnotationFieldTypePattern(UnresolvedType formalType, int formalIndex, UnresolvedType theAnnotationType) BindingAnnotationTypePattern(UnresolvedType annotationType, int index) BindingTypePattern(UnresolvedType type, int index, boolean isVarArgs) ExactAnnotationFieldTypePattern(UnresolvedType annotationType, String formalName) ExactAnnotationTypePattern(UnresolvedType annotationType, Map<String, String> annotationValues) ExactTypePattern(UnresolvedType type, boolean includeSubtypes, boolean isVarArgs) FormalBinding(UnresolvedType type, int index) FormalBinding(UnresolvedType type, String name, int index) FormalBinding(UnresolvedType type, String name, int index, int start, int end) ImplicitFormalBinding(UnresolvedType type, String name, int index) ReferencePointcut(UnresolvedType onType, String name, TypePatternList arguments) -
Verwendungen von UnresolvedType in org.aspectj.weaver.reflect
Methoden in org.aspectj.weaver.reflect, die UnresolvedType zurückgebenModifizierer und TypMethodeBeschreibungReflectionShadow.getEnclosingType()StandardShadow.getEnclosingType()GenericSignatureInformationProvider.getGenericParameterTypes(ReflectionBasedResolvedMemberImpl resolvedMember) Java14GenericSignatureInformationProvider.getGenericParameterTypes(ReflectionBasedResolvedMemberImpl resolvedMember) Java15GenericSignatureInformationProvider.getGenericParameterTypes(ReflectionBasedResolvedMemberImpl resolvedMember) ReflectionBasedResolvedMemberImpl.getGenericParameterTypes()GenericSignatureInformationProvider.getGenericReturnType(ReflectionBasedResolvedMemberImpl resolvedMember) Java14GenericSignatureInformationProvider.getGenericReturnType(ReflectionBasedResolvedMemberImpl resolvedMember) Java15GenericSignatureInformationProvider.getGenericReturnType(ReflectionBasedResolvedMemberImpl resolvedMember) ReflectionBasedResolvedMemberImpl.getGenericReturnType()Methoden in org.aspectj.weaver.reflect mit Parametern vom Typ UnresolvedTypeModifizierer und TypMethodeBeschreibungAnnotationFinder.getAnnotationOfType(UnresolvedType ofType, Member onMember) Java15AnnotationFinder.getAnnotationOfType(UnresolvedType ofType, Member onMember) ReflectionBasedResolvedMemberImpl.getAnnotationOfType(UnresolvedType ofType) ReflectionShadow.getArgAnnotationVar(int i, UnresolvedType forAnnotationType) StandardShadow.getArgAnnotationVar(int i, UnresolvedType forAnnotationType) ReflectionShadow.getKindedAnnotationVar(UnresolvedType forAnnotationType) StandardShadow.getKindedAnnotationVar(UnresolvedType forAnnotationType) ReflectionShadow.getTargetAnnotationVar(UnresolvedType forAnnotationType) StandardShadow.getTargetAnnotationVar(UnresolvedType forAnnotationType) ReflectionShadow.getThisAnnotationVar(UnresolvedType forAnnotationType) StandardShadow.getThisAnnotationVar(UnresolvedType forAnnotationType) ReflectionShadow.getWithinAnnotationVar(UnresolvedType forAnnotationType) StandardShadow.getWithinAnnotationVar(UnresolvedType forAnnotationType) ReflectionShadow.getWithinCodeAnnotationVar(UnresolvedType forAnnotationType) StandardShadow.getWithinCodeAnnotationVar(UnresolvedType forAnnotationType) booleanJava15ReflectionBasedReferenceTypeDelegate.hasAnnotation(UnresolvedType ofType) booleanReflectionBasedReferenceTypeDelegate.hasAnnotation(UnresolvedType ofType) booleanReflectionBasedResolvedMemberImpl.hasAnnotation(UnresolvedType ofType) Konstruktoren in org.aspectj.weaver.reflect mit Parametern vom Typ UnresolvedTypeModifiziererKonstruktorBeschreibungDeferredResolvedPointcutDefinition(UnresolvedType declaringType, int modifiers, String name, UnresolvedType[] parameterTypes) ReflectionBasedResolvedMemberImpl(MemberKind kind, UnresolvedType declaringType, int modifiers, String name, String signature, Member reflectMember) ReflectionBasedResolvedMemberImpl(MemberKind kind, UnresolvedType declaringType, int modifiers, UnresolvedType returnType, String name, UnresolvedType[] parameterTypes, Member reflectMember) ReflectionBasedResolvedMemberImpl(MemberKind kind, UnresolvedType declaringType, int modifiers, UnresolvedType returnType, String name, UnresolvedType[] parameterTypes, UnresolvedType[] checkedExceptions, Member reflectMember) ReflectionBasedResolvedMemberImpl(MemberKind kind, UnresolvedType declaringType, int modifiers, UnresolvedType returnType, String name, UnresolvedType[] parameterTypes, UnresolvedType[] checkedExceptions, ResolvedMember backingGenericMember, Member reflectMember)