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