Uses of Class
org.aspectj.org.eclipse.jdt.core.dom.AfterAdviceDeclaration
Packages that use AfterAdviceDeclaration
Package
Description
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.domModifier and TypeClassDescriptionclassAfterReturningAdviceDeclaration DOM AST node.classAfterThrowingAdviceDeclaration DOM AST node.Methods in org.aspectj.org.eclipse.jdt.core.dom that return AfterAdviceDeclarationModifier and TypeMethodDescriptionAjAST.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 AfterAdviceDeclarationModifier and TypeMethodDescriptionvoidAjASTVisitor.endVisit(AfterAdviceDeclaration node) booleanAjASTMatcher.match(AfterAdviceDeclaration node, Object other) booleanAjASTVisitor.visit(AfterAdviceDeclaration node)