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

Packages that use IfPointcut
org.aspectj.ajdt.internal.compiler.ast   
org.aspectj.weaver.patterns   
 

Uses of IfPointcut in org.aspectj.ajdt.internal.compiler.ast
 

Constructors in org.aspectj.ajdt.internal.compiler.ast with parameters of type IfPointcut
IfMethodDeclaration(org.aspectj.org.eclipse.jdt.internal.compiler.CompilationResult compilationResult, IfPointcut ifPointcut)
           
 

Uses of IfPointcut in org.aspectj.weaver.patterns
 

Subclasses of IfPointcut in org.aspectj.weaver.patterns
static class IfPointcut.IfFalsePointcut
           
static class IfPointcut.IfTruePointcut
           
 

Methods in org.aspectj.weaver.patterns that return IfPointcut
static IfPointcut IfPointcut.makeIfFalsePointcut(Pointcut.State state)
           
static IfPointcut IfPointcut.makeIfTruePointcut(Pointcut.State state)
           
 

Methods in org.aspectj.weaver.patterns with parameters of type IfPointcut
 java.lang.Object PerThisOrTargetPointcutVisitor.visit(IfPointcut node, java.lang.Object data)
           
 java.lang.Object PatternNodeVisitor.visit(IfPointcut node, java.lang.Object data)
           
 java.lang.Object AbstractPatternNodeVisitor.visit(IfPointcut node, java.lang.Object data)