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

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

Subclasses of AfterAdviceDeclaration in org.aspectj.org.eclipse.jdt.core.dom
 class AfterReturningAdviceDeclaration
          AfterReturningAdviceDeclaration DOM AST node.
 class AfterThrowingAdviceDeclaration
          AfterThrowingAdviceDeclaration DOM AST node.
 

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

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