Interface ICUCorrectionProposal
- All Known Implementing Classes:
ASTRewriteCorrectionProposal
,CUCorrectionProposal
,CUCorrectionProposalCore
public interface ICUCorrectionProposal
- Since:
- 1.11
-
Method Summary
Modifier and TypeMethodDescriptionReturns the text change that is invoked when the change is applied.
-
Method Details
-
getTextChange
Returns the text change that is invoked when the change is applied.- Returns:
- the text change that is invoked when the change is applied
- Throws:
CoreException
- if accessing the change failed
-