Interface ICUCorrectionProposal

All Known Implementing Classes:
ASTRewriteCorrectionProposal, CUCorrectionProposal, CUCorrectionProposalCore

public interface ICUCorrectionProposal
Since:
1.11
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the text change that is invoked when the change is applied.
  • Method Details

    • getTextChange

      TextChange getTextChange() throws CoreException
      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