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

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

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

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