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

Packages that use NotPointcut
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 NotPointcut in org.aspectj.org.eclipse.jdt.core.dom
 

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

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