Package org.aspectj.org.eclipse.jdt.core.dom

Examples of org.aspectj.org.eclipse.jdt.core.dom.AjASTConverter


* 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);
  }
View Full Code Here

TOP

Related Classes of org.aspectj.org.eclipse.jdt.core.dom.AjASTConverter

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.