Uses of Class
org.aspectj.org.eclipse.jdt.core.dom.AroundAdviceDeclaration
Packages that use AroundAdviceDeclaration
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 AroundAdviceDeclaration in org.aspectj.org.eclipse.jdt.core.dom
Methods in org.aspectj.org.eclipse.jdt.core.dom that return AroundAdviceDeclarationModifier and TypeMethodDescriptionAjAST.newAroundAdviceDeclaration()Creates an unparented around advice declaration node owned by this AST.Methods in org.aspectj.org.eclipse.jdt.core.dom with parameters of type AroundAdviceDeclarationModifier and TypeMethodDescriptionvoidAjASTVisitor.endVisit(AroundAdviceDeclaration node) booleanAjASTMatcher.match(AroundAdviceDeclaration node, Object other) protected voidAjASTConverter.setTypeForAroundAdviceDeclaration(AroundAdviceDeclaration adviceDeclaration, Type type) booleanAjASTVisitor.visit(AroundAdviceDeclaration node)