Uses of Class
org.aspectj.weaver.IntMap
Packages that use IntMap
Package
Description
-
Uses of IntMap in org.aspectj.weaver
Methods in org.aspectj.weaver that return IntMapMethods in org.aspectj.weaver with parameters of type IntMap -
Uses of IntMap in org.aspectj.weaver.internal.tools
Methods in org.aspectj.weaver.internal.tools with parameters of type IntMapModifier and TypeMethodDescriptionprotected PointcutPointcutDesignatorHandlerBasedPointcut.concretize1(ResolvedType inAspect, ResolvedType declaringType, IntMap bindings) -
Uses of IntMap in org.aspectj.weaver.patterns
Methods in org.aspectj.weaver.patterns with parameters of type IntMapModifier and TypeMethodDescriptionfinal PointcutPointcut.concretize(ResolvedType inAspect, ResolvedType declaringType, IntMap bindings) AndPointcut.concretize1(ResolvedType inAspect, ResolvedType declaringType, IntMap bindings) protected PointcutAnnotationPointcut.concretize1(ResolvedType inAspect, ResolvedType declaringType, IntMap bindings) protected PointcutArgsAnnotationPointcut.concretize1(ResolvedType inAspect, ResolvedType declaringType, IntMap bindings) ArgsPointcut.concretize1(ResolvedType inAspect, ResolvedType declaringType, IntMap bindings) CflowPointcut.concretize1(ResolvedType inAspect, ResolvedType declaringType, IntMap bindings) ConcreteCflowPointcut.concretize1(ResolvedType inAspect, ResolvedType declaringType, IntMap bindings) HandlerPointcut.concretize1(ResolvedType inAspect, ResolvedType declaringType, IntMap bindings) IfPointcut.concretize1(ResolvedType inAspect, ResolvedType declaringType, IntMap bindings) IfPointcut.IfFalsePointcut.concretize1(ResolvedType inAspect, ResolvedType declaringType, IntMap bindings) IfPointcut.IfTruePointcut.concretize1(ResolvedType inAspect, ResolvedType declaringType, IntMap bindings) KindedPointcut.concretize1(ResolvedType inAspect, ResolvedType declaringType, IntMap bindings) NotPointcut.concretize1(ResolvedType inAspect, ResolvedType declaringType, IntMap bindings) OrPointcut.concretize1(ResolvedType inAspect, ResolvedType declaringType, IntMap bindings) final PointcutPerClause.concretize1(ResolvedType inAspect, ResolvedType declaringType, IntMap bindings) protected abstract PointcutPointcut.concretize1(ResolvedType inAspect, ResolvedType declaringType, IntMap bindings) Resolves and removes ReferencePointcuts, replacing with basic onesReferencePointcut.concretize1(ResolvedType searchStart, ResolvedType declaringType, IntMap bindings) protected PointcutThisOrTargetAnnotationPointcut.concretize1(ResolvedType inAspect, ResolvedType declaringType, IntMap bindings) ThisOrTargetPointcut.concretize1(ResolvedType inAspect, ResolvedType declaringType, IntMap bindings) protected PointcutWithinAnnotationPointcut.concretize1(ResolvedType inAspect, ResolvedType declaringType, IntMap bindings) protected PointcutWithinCodeAnnotationPointcut.concretize1(ResolvedType inAspect, ResolvedType declaringType, IntMap bindings) WithincodePointcut.concretize1(ResolvedType inAspect, ResolvedType declaringType, IntMap bindings) WithinPointcut.concretize1(ResolvedType inAspect, ResolvedType declaringType, IntMap bindings) AnnotationTypePattern.remapAdviceFormals(IntMap bindings) BindingAnnotationFieldTypePattern.remapAdviceFormals(IntMap bindings) BindingAnnotationTypePattern.remapAdviceFormals(IntMap bindings) BindingTypePattern.remapAdviceFormals(IntMap bindings) TypePattern.remapAdviceFormals(IntMap bindings) This is called during concretization of pointcuts, it is used by BindingTypePattern to return a new BindingTypePattern with a formal index appropriate for the advice, rather than for the lexical declaration, i.e. this handles transformations through named pointcuts.AnnotationPatternList.resolveReferences(IntMap bindings) TypePatternList.resolveReferences(IntMap bindings)