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

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

Methods in org.aspectj.org.eclipse.jdt.core.dom that return DeclareParentsDeclaration
 DeclareParentsDeclaration AjAST.newDeclareParentsDeclaration()
          Creates an unparented declare parents declaration node owned by this AST.
 

Methods in org.aspectj.org.eclipse.jdt.core.dom with parameters of type DeclareParentsDeclaration
 void AjASTVisitor.endVisit(DeclareParentsDeclaration node)
           
 boolean AjNaiveASTFlattener.visit(DeclareParentsDeclaration node)
           
 boolean AjASTVisitor.visit(DeclareParentsDeclaration node)