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

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

Methods in org.aspectj.org.eclipse.jdt.core.dom that return AfterReturningAdviceDeclaration
 AfterReturningAdviceDeclaration AjAST.newAfterReturningAdviceDeclaration()
          Creates an unparented after returning advice declaration node owned by this AST.
 

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