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

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

Methods in org.aspectj.org.eclipse.jdt.core.dom that return DeclareAtTypeDeclaration
 DeclareAtTypeDeclaration AjAST.newDeclareAtTypeDeclaration()
          Creates an unparented declare at type declaration node owned by this AST.
 

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