org.aspectj.ajdt.core.dom
Class AjASTFactory

java.lang.Object
  extended by org.aspectj.ajdt.core.dom.AjASTFactory
All Implemented Interfaces:
ASTParser.IASTFactory

public class AjASTFactory
extends java.lang.Object
implements ASTParser.IASTFactory


Constructor Summary
AjASTFactory()
           
 
Method Summary
 AST getAST(int level)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AjASTFactory

public AjASTFactory()
Method Detail

getAST

public AST getAST(int level)
Specified by:
getAST in interface ASTParser.IASTFactory