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