Interface ITextReplacement

  • All Superinterfaces:
    java.lang.Comparable<ITextSegment>, org.eclipse.xtext.util.ITextRegion, ITextSegment
    All Known Implementing Classes:
    TextReplacement

    public interface ITextReplacement
    extends ITextSegment
    A replacement describes which new text should substitute the text at the given offset and length.
    Since:
    2.8
    • Method Detail

      • getReplacementText

        java.lang.String getReplacementText()