ITextRegionAccess and related classes.See: Description
| Interface | Description | 
|---|---|
| IAstRegion | |
| IComment | 
 Represents a comment. 
 | 
| IEObjectRegion | |
| IHiddenRegion | |
| IHiddenRegionPart | 
 Common interface for  
IWhitespace and IComment. | 
| ILineRegion | |
| ISemanticRegion | |
| ISemanticRegionFinder | |
| ISemanticRegionsFinder | |
| ISequentialRegion | 
 
 Common interface for  
IHiddenRegion and ISemanticRegion. | 
| ITextRegionAccess | 
 
 This class provides access to  
text regions  based on the semantic model. | 
| ITextRegionExtensions | |
| ITextRegionRewriter | 
 Use  
ITextRegionAccess.getRewriter() to obtain an instance implementing this interface. | 
| ITextReplacement | 
 A replacement describes which new text should substitute the text at the given offset and length. 
 | 
| ITextSegment | 
 A text segment describes a part of a document and carries a few more information, e.g. about the current indentation
 level. 
 | 
| IWhitespace | 
 Represents a whitespace token inside a  
IHiddenRegion. | 
| Class | Description | 
|---|---|
| TextRegionAccessBuilder | 
ITextRegionAccess and related classes. 
 They map semantic model elements to regions within a text document.ITextRegionAccess