Uses of Class
org.aspectj.org.eclipse.jdt.core.dom.rewrite.ASTRewrite
Packages that use ASTRewrite
Package
Description
The Java DOM/AST rewrite is the set of classes that are used to make changes to an existing DOM/AST tree.
-
Uses of ASTRewrite in org.aspectj.org.eclipse.jdt.core.dom.rewrite
Methods in org.aspectj.org.eclipse.jdt.core.dom.rewrite that return ASTRewriteModifier and TypeMethodDescriptionstatic ASTRewriteCreates a new instance for describing manipulations of the given AST.ListRewrite.getASTRewrite()Returns the ASTRewrite instance from which this ListRewriter has been created from. -
Uses of ASTRewrite in org.aspectj.org.eclipse.jdt.internal.core
Methods in org.aspectj.org.eclipse.jdt.internal.core with parameters of type ASTRewriteModifier and TypeMethodDescriptionprotected abstract ASTNodeCreateElementInCUOperation.generateElementAST(ASTRewrite rewriter, ICompilationUnit cu) protected ASTNodeCreateFieldOperation.generateElementAST(ASTRewrite rewriter, ICompilationUnit cu) protected ASTNodeCreateImportOperation.generateElementAST(ASTRewrite rewriter, ICompilationUnit cu) protected ASTNodeCreateInitializerOperation.generateElementAST(ASTRewrite rewriter, ICompilationUnit cu) protected ASTNodeCreateMethodOperation.generateElementAST(ASTRewrite rewriter, ICompilationUnit cu) protected ASTNodeCreatePackageDeclarationOperation.generateElementAST(ASTRewrite rewriter, ICompilationUnit cu) protected ASTNodeCreateTypeMemberOperation.generateElementAST(ASTRewrite rewriter, ICompilationUnit cu) protected ASTNodeCreateTypeOperation.generateElementAST(ASTRewrite rewriter, ICompilationUnit cu) protected voidCreateElementInCUOperation.insertASTNode(ASTRewrite rewriter, ASTNode parent, ASTNode child) Inserts the given child into the given AST, based on the position settings of this operation.