Uses of Class
org.eclipse.wst.jsdt.core.dom.rewrite.ASTRewrite

Packages that use ASTRewrite
org.eclipse.wst.jsdt.core.dom.rewrite   
 

Uses of ASTRewrite in org.eclipse.wst.jsdt.core.dom.rewrite
 

Methods in org.eclipse.wst.jsdt.core.dom.rewrite that return ASTRewrite
static ASTRewrite ASTRewrite.create(AST ast)
          Creates a new instance for describing manipulations of the given AST.
 ASTRewrite ListRewrite.getASTRewrite()
          Returns the ASTRewrite instance from which this ListRewriter has been created from.