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

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

Methods in org.aspectj.org.eclipse.jdt.core.dom that return PointcutDeclaration
 PointcutDeclaration[] AjTypeDeclaration.getPointcuts()
           
 PointcutDeclaration AjAST.newPointcutDeclaration()
          Creates an unparented pointcut declaration node owned by this AST.
 

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