org.aspectj.ajdt.core.dom
Class AjASTConverterFactory

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

public class AjASTConverterFactory
extends java.lang.Object
implements 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.


Constructor Summary
AjASTConverterFactory()
           
 
Method Summary
 ASTConverter getASTConverter(java.util.Map options, boolean resolveBindings, IProgressMonitor monitor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AjASTConverterFactory

public AjASTConverterFactory()
Method Detail

getASTConverter

public ASTConverter getASTConverter(java.util.Map options,
                                    boolean resolveBindings,
                                    IProgressMonitor monitor)
Specified by:
getASTConverter in interface ASTConverter.IASTConverterFactory