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

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

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

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