Uses of Class
org.aspectj.weaver.patterns.IfPointcut
-
Packages that use IfPointcut Package Description org.aspectj.weaver.patterns -
-
Uses of IfPointcut in org.aspectj.weaver.patterns
Subclasses of IfPointcut in org.aspectj.weaver.patterns Modifier and Type Class Description static classIfPointcut.IfFalsePointcutstatic classIfPointcut.IfTruePointcutMethods in org.aspectj.weaver.patterns that return IfPointcut Modifier and Type Method Description static IfPointcutIfPointcut. makeIfFalsePointcut(Pointcut.State state)static IfPointcutIfPointcut. makeIfTruePointcut(Pointcut.State state)Methods in org.aspectj.weaver.patterns with parameters of type IfPointcut Modifier and Type Method Description ObjectAbstractPatternNodeVisitor. visit(IfPointcut node, Object data)ObjectPatternNodeVisitor. visit(IfPointcut node, Object data)ObjectPerThisOrTargetPointcutVisitor. visit(IfPointcut node, Object data)
-