* This is a factory for type declaration that returns the Aj subclass of typedeclaration.
* @author AndyClement
*/
public class AjASTConverterFactory implements IASTConverterFactory {
public ASTConverter getASTConverter(Map options, boolean resolveBindings, IProgressMonitor monitor) {
return new AjASTConverter(options,resolveBindings,monitor);
}