Package | Description |
---|---|
org.eclipse.jdt.core.manipulation |
Application programming interface for the JDT core manipulation plug-in class.
|
org.eclipse.jdt.ui.text.java.correction |
Application programming interfaces for correction proposals.
|
Modifier and Type | Class and Description |
---|---|
class |
CUCorrectionProposalCore
A proposal for quick fixes and quick assists that work on a single compilation unit.
|
Constructor and Description |
---|
CUCorrectionProposalCore(ICUCorrectionProposal proposal,
String name,
ICompilationUnit cu,
TextChange change,
int relevance)
Constructs a correction proposal working on a compilation unit with a given text change.
|
Modifier and Type | Class and Description |
---|---|
class |
ASTRewriteCorrectionProposal
A proposal for quick fixes and quick assists that works on an AST rewrite.
|
class |
CUCorrectionProposal
A proposal for quick fixes and quick assists that work on a single compilation unit.
|
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.