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