org.aspectj.ajdt.core.dom
Class AjTypeDeclFactory
java.lang.Object
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
|
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 |
AjTypeDeclFactory
public AjTypeDeclFactory()
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