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

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

Methods in org.aspectj.org.eclipse.jdt.core.dom that return DefaultPointcut
 DefaultPointcut AjAST.newDefaultPointcut()
          Creates an unparented default pointcut node owned by this AST.
 

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