Uses of Class
org.aspectj.org.eclipse.jdt.core.dom.PointcutDeclaration
Packages that use PointcutDeclaration
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 PointcutDeclaration in org.aspectj.org.eclipse.jdt.core.dom
Methods in org.aspectj.org.eclipse.jdt.core.dom that return PointcutDeclarationModifier and TypeMethodDescriptionAjTypeDeclaration.getPointcuts()AjAST.newPointcutDeclaration()Creates an unparented pointcut declaration node owned by this AST.Methods in org.aspectj.org.eclipse.jdt.core.dom with parameters of type PointcutDeclarationModifier and TypeMethodDescriptionvoidAjASTVisitor.endVisit(PointcutDeclaration node) booleanAjASTMatcher.match(PointcutDeclaration node, Object other) protected voidAjASTConverter.setModifiers(PointcutDeclaration pointcutDecl, PointcutDeclaration pointcutDeclaration) booleanAjASTVisitor.visit(PointcutDeclaration node) booleanAjNaiveASTFlattener.visit(PointcutDeclaration node)