Package | Description |
---|---|
org.eclipse.jdt.core.dom.rewrite |
The Java DOM/AST rewrite is the set of classes that are used to make changes to an existing DOM/AST tree.
|
org.eclipse.jdt.ui.text.java.correction |
Application programming interfaces for correction proposals.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected ASTRewrite |
ASTRewriteCorrectionProposal.getRewrite()
Returns the rewrite that has been passed in the constructor.
|
Constructor and Description |
---|
ASTRewriteCorrectionProposal(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.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.