Uses of Class
org.aspectj.org.eclipse.jdt.core.dom.BeforeAdviceDeclaration
Packages that use BeforeAdviceDeclaration
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 BeforeAdviceDeclaration in org.aspectj.org.eclipse.jdt.core.dom
Methods in org.aspectj.org.eclipse.jdt.core.dom that return BeforeAdviceDeclarationModifier and TypeMethodDescriptionAjAST.newBeforeAdviceDeclaration()Creates an unparented before advice declaration node owned by this AST.Methods in org.aspectj.org.eclipse.jdt.core.dom with parameters of type BeforeAdviceDeclarationModifier and TypeMethodDescriptionvoidAjASTVisitor.endVisit(BeforeAdviceDeclaration node) booleanAjASTMatcher.match(BeforeAdviceDeclaration node, Object other) booleanAjASTVisitor.visit(BeforeAdviceDeclaration node)