org.aspectj.ajdt.core.dom
Class AjTypeDeclFactory

java.lang.Object
  extended by org.aspectj.ajdt.core.dom.AjTypeDeclFactory
All Implemented Interfaces:
TypeDeclaration.ITypeDeclFactory

public class AjTypeDeclFactory
extends java.lang.Object
implements TypeDeclaration.ITypeDeclFactory

Factory, dynamically loaded by the TypeDeclaration class in the shadows/dom tree. This is a factory for type declaration that returns the Aj subclass of typedeclaration.


Constructor Summary
AjTypeDeclFactory()
           
 
Method Summary
 TypeDeclaration createTypeFor(AST ast)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AjTypeDeclFactory

public AjTypeDeclFactory()
Method Detail

createTypeFor

public TypeDeclaration createTypeFor(AST ast)
Specified by:
createTypeFor in interface TypeDeclaration.ITypeDeclFactory