Uses of Class
org.aspectj.org.eclipse.jdt.core.dom.OrPointcut

Packages that use OrPointcut
org.aspectj.org.eclipse.jdt.core.dom The Java DOM/AST is the set of classes that model the source code of a Java program as a structured document. 
 

Uses of OrPointcut in org.aspectj.org.eclipse.jdt.core.dom
 

Methods in org.aspectj.org.eclipse.jdt.core.dom that return OrPointcut
 OrPointcut AjAST.newOrPointcut()
          Creates an unparented OrPointcut node owned by this AST.
 

Methods in org.aspectj.org.eclipse.jdt.core.dom with parameters of type OrPointcut
 void AjASTVisitor.endVisit(OrPointcut node)
           
 boolean AjASTMatcher.match(OrPointcut node, java.lang.Object other)
           
 boolean AjASTVisitor.visit(OrPointcut node)