Methods in org.aspectj.weaver.patterns with parameters of type IntMap |
Pointcut |
Pointcut.concretize(ResolvedType inAspect,
ResolvedType declaringType,
IntMap bindings)
|
Pointcut |
NotPointcut.concretize1(ResolvedType inAspect,
ResolvedType declaringType,
IntMap bindings)
|
Pointcut |
CflowPointcut.concretize1(ResolvedType inAspect,
ResolvedType declaringType,
IntMap bindings)
|
Pointcut |
ConcreteCflowPointcut.concretize1(ResolvedType inAspect,
ResolvedType declaringType,
IntMap bindings)
|
Pointcut |
OrPointcut.concretize1(ResolvedType inAspect,
ResolvedType declaringType,
IntMap bindings)
|
Pointcut |
ThisOrTargetPointcut.concretize1(ResolvedType inAspect,
ResolvedType declaringType,
IntMap bindings)
|
Pointcut |
ArgsPointcut.concretize1(ResolvedType inAspect,
ResolvedType declaringType,
IntMap bindings)
|
Pointcut |
IfPointcut.concretize1(ResolvedType inAspect,
ResolvedType declaringType,
IntMap bindings)
|
Pointcut |
IfPointcut.IfFalsePointcut.concretize1(ResolvedType inAspect,
ResolvedType declaringType,
IntMap bindings)
|
Pointcut |
IfPointcut.IfTruePointcut.concretize1(ResolvedType inAspect,
ResolvedType declaringType,
IntMap bindings)
|
Pointcut |
KindedPointcut.concretize1(ResolvedType inAspect,
ResolvedType declaringType,
IntMap bindings)
|
Pointcut |
PerClause.concretize1(ResolvedType inAspect,
ResolvedType declaringType,
IntMap bindings)
|
Pointcut |
ReferencePointcut.concretize1(ResolvedType searchStart,
ResolvedType declaringType,
IntMap bindings)
|
Pointcut |
WithincodePointcut.concretize1(ResolvedType inAspect,
ResolvedType declaringType,
IntMap bindings)
|
Pointcut |
WithinPointcut.concretize1(ResolvedType inAspect,
ResolvedType declaringType,
IntMap bindings)
|
Pointcut |
AndPointcut.concretize1(ResolvedType inAspect,
ResolvedType declaringType,
IntMap bindings)
|
Pointcut |
HandlerPointcut.concretize1(ResolvedType inAspect,
ResolvedType declaringType,
IntMap bindings)
|
AnnotationTypePattern |
BindingAnnotationTypePattern.remapAdviceFormals(IntMap bindings)
|
TypePattern |
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 appropiate for the advice, rather than for the lexical declaration, i.e. |
AnnotationTypePattern |
AnnotationTypePattern.remapAdviceFormals(IntMap bindings)
|
AnnotationTypePattern |
BindingAnnotationFieldTypePattern.remapAdviceFormals(IntMap bindings)
|
TypePattern |
BindingTypePattern.remapAdviceFormals(IntMap bindings)
|
AnnotationPatternList |
AnnotationPatternList.resolveReferences(IntMap bindings)
|
TypePatternList |
TypePatternList.resolveReferences(IntMap bindings)
|