org.aspectj.ajdt.core.dom
Class AjTypeDeclFactory

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

public class AjTypeDeclFactory
extends java.lang.Object
implements org.aspectj.org.eclipse.jdt.core.dom.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.

Author:
AndyClement

Constructor Summary
AjTypeDeclFactory()
           
 
Method Summary
 org.aspectj.org.eclipse.jdt.core.dom.TypeDeclaration createTypeFor(org.aspectj.org.eclipse.jdt.core.dom.AST ast)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AjTypeDeclFactory

public AjTypeDeclFactory()
Method Detail

createTypeFor

public org.aspectj.org.eclipse.jdt.core.dom.TypeDeclaration createTypeFor(org.aspectj.org.eclipse.jdt.core.dom.AST ast)
Specified by:
createTypeFor in interface org.aspectj.org.eclipse.jdt.core.dom.TypeDeclaration.ITypeDeclFactory