Interface ILineRegion
-
- All Superinterfaces:
java.lang.Comparable<ITextSegment>,org.eclipse.xtext.util.ITextRegion,ITextSegment
- All Known Implementing Classes:
LineRegion
public interface ILineRegion extends ITextSegment
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ITextSegmentgetIndentation()ILineRegiongetNextLine()ILineRegiongetPreviousLine()-
Methods inherited from interface org.eclipse.xtext.util.ITextRegion
contains, contains, getLength, getOffset
-
Methods inherited from interface org.eclipse.xtext.formatting2.regionaccess.ITextSegment
getEndOffset, getLineCount, getLineRegions, getText, getTextRegionAccess, isMultiline, merge, replaceWith
-
-
-
-
Method Detail
-
getNextLine
ILineRegion getNextLine()
-
getPreviousLine
ILineRegion getPreviousLine()
-
getIndentation
ITextSegment getIndentation()
-
-