| Package | Description |
|---|---|
| org.eclipse.xtext.formatting2.regionaccess |
This package contains the
ITextRegionAccess and related classes. |
| org.eclipse.xtext.formatting2.regionaccess.internal |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IComment
Represents a comment.
|
interface |
IWhitespace
Represents a whitespace token inside a
IHiddenRegion. |
| Modifier and Type | Method and Description |
|---|---|
IHiddenRegionPart |
IHiddenRegionPart.getNextHiddenPart() |
IHiddenRegionPart |
IHiddenRegionPart.getPreviousHiddenPart() |
| Modifier and Type | Method and Description |
|---|---|
List<IHiddenRegionPart> |
IHiddenRegion.getParts() |
| Modifier and Type | Class and Description |
|---|---|
class |
NodeComment |
class |
NodeHidden |
class |
NodeWhitespace |
class |
StringComment |
class |
StringHidden |
class |
StringWhitespace |
| Modifier and Type | Method and Description |
|---|---|
IHiddenRegionPart |
StringHidden.getNextHiddenPart() |
IHiddenRegionPart |
NodeHidden.getNextHiddenPart() |
IHiddenRegionPart |
StringHidden.getPreviousHiddenPart() |
IHiddenRegionPart |
NodeHidden.getPreviousHiddenPart() |
| Modifier and Type | Method and Description |
|---|---|
List<IHiddenRegionPart> |
AbstractHiddenRegion.getParts() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractHiddenRegion.addPart(IHiddenRegionPart part) |
Copyright © 2015. All Rights Reserved.