org.aspectj.ajdt.core.dom
Class AjASTConverterFactory

java.lang.Object
  extended by org.aspectj.ajdt.core.dom.AjASTConverterFactory
All Implemented Interfaces:
org.aspectj.org.eclipse.jdt.core.dom.ASTConverter.IASTConverterFactory

public class AjASTConverterFactory
extends java.lang.Object
implements org.aspectj.org.eclipse.jdt.core.dom.ASTConverter.IASTConverterFactory

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
AjASTConverterFactory()
           
 
Method Summary
 org.aspectj.org.eclipse.jdt.core.dom.ASTConverter getASTConverter(java.util.Map options, boolean resolveBindings, org.eclipse.core.runtime.IProgressMonitor monitor)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AjASTConverterFactory

public AjASTConverterFactory()
Method Detail

getASTConverter

public org.aspectj.org.eclipse.jdt.core.dom.ASTConverter getASTConverter(java.util.Map options,
                                                                         boolean resolveBindings,
                                                                         org.eclipse.core.runtime.IProgressMonitor monitor)
Specified by:
getASTConverter in interface org.aspectj.org.eclipse.jdt.core.dom.ASTConverter.IASTConverterFactory