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