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

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

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

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