Uses of Class
org.aspectj.org.eclipse.jdt.core.dom.PerCflow

Packages that use PerCflow
org.aspectj.org.eclipse.jdt.core.dom The Java DOM/AST is the set of classes that model the source code of a Java program as a structured document. 
 

Uses of PerCflow in org.aspectj.org.eclipse.jdt.core.dom
 

Methods in org.aspectj.org.eclipse.jdt.core.dom that return PerCflow
 PerCflow AjAST.newPerCflow()
          Creates an unparented PerCflow node owned by this AST.
 

Methods in org.aspectj.org.eclipse.jdt.core.dom with parameters of type PerCflow
 void AjASTVisitor.endVisit(PerCflow node)
           
 boolean AjASTMatcher.match(PerCflow node, java.lang.Object other)
           
 boolean AjASTVisitor.visit(PerCflow node)