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