| Package | Description |
|---|---|
| org.eclipse.xtext.formatting2.regionaccess |
This package contains the
ITextRegionAccess and related classes. |
| org.eclipse.xtext.formatting2.regionaccess.internal |
| Modifier and Type | Method and Description |
|---|---|
ILineRegion |
ILineRegion.getNextLine() |
ILineRegion |
ILineRegion.getPreviousLine() |
ILineRegion |
ITextRegionAccess.regionForLineAtOffset(int offset) |
| Modifier and Type | Method and Description |
|---|---|
List<ILineRegion> |
ITextSegment.getLineRegions() |
| Modifier and Type | Class and Description |
|---|---|
class |
LineRegion |
| Modifier and Type | Method and Description |
|---|---|
ILineRegion |
LineRegion.getNextLine() |
ILineRegion |
LineRegion.getPreviousLine() |
ILineRegion |
AbstractRegionAccess.regionForLineAtOffset(int offset) |
| Modifier and Type | Method and Description |
|---|---|
static List<ILineRegion> |
TextRegions.expandToLines(ITextSegment segment,
int leadingLinesToAdd,
int trailingLinesToAdd) |
List<ILineRegion> |
AbstractTextSegment.getLineRegions() |
Copyright © 2015. All Rights Reserved.