public interface ITextRegionAccessDiff extends ITextRegionAccess
ITextRegionAccess that has been created by modifying another ITextRegionAccess.| Modifier and Type | Method and Description |
|---|---|
ITextRegionAccess |
getOriginalTextRegionAccess()
Retrieve the
ITextRegionAccess from which this ITextRegionAccessDiff has been derived. |
java.util.List<ITextSegmentDiff> |
getRegionDifferences()
Retrieve all differences between this ITextRegionAccess and the one returned by
getOriginalTextRegionAccess(). |
getExtensions, getResource, getRewriter, hasSyntaxError, regionForDocument, regionForEObject, regionForLineAtOffset, regionForOffset, regionForRootEObject, textForOffsetITextRegionAccess getOriginalTextRegionAccess()
ITextRegionAccess from which this ITextRegionAccessDiff has been derived.java.util.List<ITextSegmentDiff> getRegionDifferences()
getOriginalTextRegionAccess().