Uses of Class
org.aspectj.weaver.IntMap

Packages that use IntMap
org.aspectj.weaver   
org.aspectj.weaver.patterns   
 

Uses of IntMap in org.aspectj.weaver
 

Methods in org.aspectj.weaver that return IntMap
static IntMap IntMap.idMap(int size)
           
 

Methods in org.aspectj.weaver with parameters of type IntMap
 void IntMap.copyContext(IntMap bindings)
           
 

Uses of IntMap in org.aspectj.weaver.patterns
 

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)