Uses of Class
org.aspectj.weaver.patterns.Pointcut.State

Packages that use Pointcut.State
org.aspectj.weaver.patterns   
 

Uses of Pointcut.State in org.aspectj.weaver.patterns
 

Fields in org.aspectj.weaver.patterns declared as Pointcut.State
static Pointcut.State Pointcut.CONCRETE
           
static Pointcut.State Pointcut.RESOLVED
           
 Pointcut.State Pointcut.state
           
static Pointcut.State Pointcut.SYMBOLIC
           
 

Methods in org.aspectj.weaver.patterns with parameters of type Pointcut.State
 void Pointcut.assertState(Pointcut.State state)
           
static IfPointcut IfPointcut.makeIfFalsePointcut(Pointcut.State state)
           
static IfPointcut IfPointcut.makeIfTruePointcut(Pointcut.State state)
           
static Pointcut Pointcut.makeMatchesNothing(Pointcut.State state)