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

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

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

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