Uses of Class
org.aspectj.weaver.patterns.Pointcut.State
-
Packages that use Pointcut.State Package Description org.aspectj.weaver.patterns -
-
Uses of Pointcut.State in org.aspectj.weaver.patterns
Fields in org.aspectj.weaver.patterns declared as Pointcut.State Modifier and Type Field Description static Pointcut.StatePointcut. CONCRETEstatic Pointcut.StatePointcut. RESOLVEDPointcut.StatePointcut. statestatic Pointcut.StatePointcut. SYMBOLICMethods in org.aspectj.weaver.patterns with parameters of type Pointcut.State Modifier and Type Method Description voidPointcut. assertState(Pointcut.State state)static IfPointcutIfPointcut. makeIfFalsePointcut(Pointcut.State state)static IfPointcutIfPointcut. makeIfTruePointcut(Pointcut.State state)static PointcutPointcut. makeMatchesNothing(Pointcut.State state)
-