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 Pointcut
PointcutDesignatorHandlerBasedPointcut.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 TypeMethodDescriptionPointcut.concretize(ResolvedType inAspect, ResolvedType declaringType, IntMap bindings)
AndPointcut.concretize1(ResolvedType inAspect, ResolvedType declaringType, IntMap bindings)
protected Pointcut
AnnotationPointcut.concretize1(ResolvedType inAspect, ResolvedType declaringType, IntMap bindings)
protected Pointcut
ArgsAnnotationPointcut.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)
PerClause.concretize1(ResolvedType inAspect, ResolvedType declaringType, IntMap bindings)
protected abstract Pointcut
Pointcut.concretize1(ResolvedType inAspect, ResolvedType declaringType, IntMap bindings)
Resolves and removes ReferencePointcuts, replacing with basic onesReferencePointcut.concretize1(ResolvedType searchStart, ResolvedType declaringType, IntMap bindings)
protected Pointcut
ThisOrTargetAnnotationPointcut.concretize1(ResolvedType inAspect, ResolvedType declaringType, IntMap bindings)
ThisOrTargetPointcut.concretize1(ResolvedType inAspect, ResolvedType declaringType, IntMap bindings)
protected Pointcut
WithinAnnotationPointcut.concretize1(ResolvedType inAspect, ResolvedType declaringType, IntMap bindings)
protected Pointcut
WithinCodeAnnotationPointcut.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)