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

Packages that use AjAST
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 AjAST in org.aspectj.org.eclipse.jdt.core.dom
 

Methods in org.aspectj.org.eclipse.jdt.core.dom that return AjAST
static AjAST AjAST.newAjAST(int level)
          Creates a new AspectJ abstract syntax tree (AST) following the specified set of API rules.