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

Packages that use ExposedState
org.aspectj.weaver.patterns   
org.aspectj.weaver.reflect   
 

Uses of ExposedState in org.aspectj.weaver.patterns
 

Methods in org.aspectj.weaver.patterns with parameters of type ExposedState
 Test Pointcut.findResidue(Shadow shadow, ExposedState state)
          This can be called from NotPointcut even for Pointcuts that don't match the shadow
 Test PerSingleton.findResidueInternal(Shadow shadow, ExposedState state)
           
 

Uses of ExposedState in org.aspectj.weaver.reflect
 

Constructors in org.aspectj.weaver.reflect with parameters of type ExposedState
ShadowMatchImpl(FuzzyBoolean match, Test test, ExposedState state, PointcutParameter[] params)
           
StandardShadowMatchImpl(FuzzyBoolean match, Test test, ExposedState state, PointcutParameter[] params)