Uses of Class
org.aspectj.weaver.patterns.FastMatchInfo

Packages that use FastMatchInfo
org.aspectj.weaver.internal.tools   
org.aspectj.weaver.patterns   
org.aspectj.weaver.reflect   
 

Uses of FastMatchInfo in org.aspectj.weaver.internal.tools
 

Methods in org.aspectj.weaver.internal.tools with parameters of type FastMatchInfo
 FuzzyBoolean PointcutDesignatorHandlerBasedPointcut.fastMatch(FastMatchInfo info)
           
 

Uses of FastMatchInfo in org.aspectj.weaver.patterns
 

Methods in org.aspectj.weaver.patterns with parameters of type FastMatchInfo
 FuzzyBoolean PerCflow.fastMatch(FastMatchInfo type)
           
 FuzzyBoolean NotPointcut.fastMatch(FastMatchInfo type)
           
 FuzzyBoolean CflowPointcut.fastMatch(FastMatchInfo type)
           
 FuzzyBoolean ConcreteCflowPointcut.fastMatch(FastMatchInfo type)
           
 FuzzyBoolean OrPointcut.fastMatch(FastMatchInfo type)
           
 FuzzyBoolean PerFromSuper.fastMatch(FastMatchInfo type)
           
 FuzzyBoolean WithinAnnotationPointcut.fastMatch(FastMatchInfo info)
           
 FuzzyBoolean WithinCodeAnnotationPointcut.fastMatch(FastMatchInfo info)
           
abstract  FuzzyBoolean Pointcut.fastMatch(FastMatchInfo info)
          Could I match any shadows in the code defined within this type?
 FuzzyBoolean ThisOrTargetPointcut.fastMatch(FastMatchInfo type)
           
 FuzzyBoolean ArgsPointcut.fastMatch(FastMatchInfo type)
           
 FuzzyBoolean IfPointcut.fastMatch(FastMatchInfo type)
           
 FuzzyBoolean IfPointcut.IfFalsePointcut.fastMatch(FastMatchInfo type)
           
 FuzzyBoolean IfPointcut.IfTruePointcut.fastMatch(FastMatchInfo type)
           
 FuzzyBoolean PerTypeWithin.fastMatch(FastMatchInfo info)
           
 FuzzyBoolean KindedPointcut.fastMatch(FastMatchInfo info)
           
 FuzzyBoolean PerSingleton.fastMatch(FastMatchInfo type)
           
 FuzzyBoolean ReferencePointcut.fastMatch(FastMatchInfo type)
           
 FuzzyBoolean WithincodePointcut.fastMatch(FastMatchInfo type)
           
 FuzzyBoolean WithinPointcut.fastMatch(FastMatchInfo info)
           
 FuzzyBoolean AndPointcut.fastMatch(FastMatchInfo type)
           
 FuzzyBoolean ArgsAnnotationPointcut.fastMatch(FastMatchInfo info)
           
 FuzzyBoolean HandlerPointcut.fastMatch(FastMatchInfo type)
           
 FuzzyBoolean ThisOrTargetAnnotationPointcut.fastMatch(FastMatchInfo info)
           
 FuzzyBoolean AnnotationPointcut.fastMatch(FastMatchInfo info)
           
 FuzzyBoolean PerObject.fastMatch(FastMatchInfo type)
           
 

Uses of FastMatchInfo in org.aspectj.weaver.reflect
 

Subclasses of FastMatchInfo in org.aspectj.weaver.reflect
 class ReflectionFastMatchInfo
          An implementation of FastMatchInfo that can also expose a MatchingContext.