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