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