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

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

Subclasses of AjTypeDeclaration in org.aspectj.org.eclipse.jdt.core.dom
 class AspectDeclaration
          AspectDeclaration DOM AST node.
 

Methods in org.aspectj.org.eclipse.jdt.core.dom that return AjTypeDeclaration
 AjTypeDeclaration AjAST.newAjTypeDeclaration()
          Creates an unparented ajtype declaration node owned by this AST.