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

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

Methods in org.aspectj.org.eclipse.jdt.core.dom that return BeforeAdviceDeclaration
 BeforeAdviceDeclaration AjAST.newBeforeAdviceDeclaration()
          Creates an unparented before advice declaration node owned by this AST.
 

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