Uses of Class
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.
Application programming interfaces for correction proposals.
-
Uses of ASTRewrite in org.eclipse.jdt.core.dom.rewrite
Methods in 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.eclipse.jdt.ui.text.java.correction
Methods in org.eclipse.jdt.ui.text.java.correction that return ASTRewriteModifier and TypeMethodDescriptionprotected ASTRewriteASTRewriteCorrectionProposal.getRewrite()Returns the rewrite that has been passed in the constructor.Constructors in org.eclipse.jdt.ui.text.java.correction with parameters of type ASTRewriteModifierConstructorDescriptionASTRewriteCorrectionProposal(String name, ICompilationUnit cu, ASTRewrite rewrite, int relevance) Constructs an AST rewrite correction proposal.ASTRewriteCorrectionProposal(String name, ICompilationUnit cu, ASTRewrite rewrite, int relevance, Image image) Constructs an AST rewrite correction proposal.