| Package | Description |
|---|---|
| org.eclipse.xtext.formatting2 |
Xtext formatting infrastructure since Xtext 2.8.
|
| org.eclipse.xtext.formatting2.debug | |
| org.eclipse.xtext.formatting2.internal | |
| 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 |
|---|---|
IHiddenRegion |
IFormattableDocument.set(IHiddenRegion hiddenRegion,
Procedures.Procedure1<? super IHiddenRegionFormatter> init)
Create a new
IHiddenRegionFormatting, initialize it, and add it for the given hidden region. |
| Modifier and Type | Method and Description |
|---|---|
Pair<IHiddenRegion,IHiddenRegion> |
IFormattableDocument.set(IHiddenRegion first,
IHiddenRegion second,
Procedures.Procedure1<? super IHiddenRegionFormatter> init) |
Pair<IHiddenRegion,IHiddenRegion> |
IFormattableDocument.set(IHiddenRegion first,
IHiddenRegion second,
Procedures.Procedure1<? super IHiddenRegionFormatter> init) |
| Modifier and Type | Method and Description |
|---|---|
ITextReplacer |
AbstractFormatter2.createHiddenRegionReplacer(IHiddenRegion region,
IHiddenRegionFormatting formatting) |
Pair<IHiddenRegion,IHiddenRegion> |
IFormattableDocument.set(IHiddenRegion first,
IHiddenRegion second,
Procedures.Procedure1<? super IHiddenRegionFormatter> init) |
IHiddenRegion |
IFormattableDocument.set(IHiddenRegion hiddenRegion,
Procedures.Procedure1<? super IHiddenRegionFormatter> init)
Create a new
IHiddenRegionFormatting, initialize it, and add it for the given hidden region. |
| Modifier and Type | Method and Description |
|---|---|
protected String |
TextRegionAccessToString.toString(IHiddenRegion hiddens) |
| Modifier and Type | Method and Description |
|---|---|
IHiddenRegion |
HiddenRegionReplacer.getRegion() |
IHiddenRegion |
FormattableDocument.set(IHiddenRegion hiddenRegion,
Procedures.Procedure1<? super IHiddenRegionFormatter> init) |
| Modifier and Type | Method and Description |
|---|---|
Pair<IHiddenRegion,IHiddenRegion> |
FormattableDocument.set(IHiddenRegion first,
IHiddenRegion second,
Procedures.Procedure1<? super IHiddenRegionFormatter> init) |
Pair<IHiddenRegion,IHiddenRegion> |
FormattableDocument.set(IHiddenRegion first,
IHiddenRegion second,
Procedures.Procedure1<? super IHiddenRegionFormatter> init) |
| Modifier and Type | Method and Description |
|---|---|
Pair<IHiddenRegion,IHiddenRegion> |
FormattableDocument.set(IHiddenRegion first,
IHiddenRegion second,
Procedures.Procedure1<? super IHiddenRegionFormatter> init) |
IHiddenRegion |
FormattableDocument.set(IHiddenRegion hiddenRegion,
Procedures.Procedure1<? super IHiddenRegionFormatter> init) |
| Constructor and Description |
|---|
HiddenRegionReplacer(IHiddenRegion region,
IHiddenRegionFormatting formatting) |
| Modifier and Type | Method and Description |
|---|---|
IHiddenRegion |
IHiddenRegionPart.getHiddenRegion() |
IHiddenRegion |
ISequentialRegion.getNextHiddenRegion() |
IHiddenRegion |
ISequentialRegion.getPreviousHiddenRegion() |
IHiddenRegion |
ITextRegionExtensions.nextHiddenRegion(org.eclipse.emf.ecore.EObject owner) |
IHiddenRegion |
ITextRegionExtensions.previousHiddenRegion(org.eclipse.emf.ecore.EObject owner) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractHiddenRegion |
class |
NodeHiddenRegion |
class |
StringHiddenRegion |
| Modifier and Type | Method and Description |
|---|---|
IHiddenRegion |
StringHidden.getHiddenRegion() |
IHiddenRegion |
NodeHidden.getHiddenRegion() |
IHiddenRegion |
AbstractEObjectRegion.getLeadingHiddenRegion() |
IHiddenRegion |
StringSemanticRegion.getNextHiddenRegion() |
IHiddenRegion |
NodeSemanticRegion.getNextHiddenRegion() |
IHiddenRegion |
AbstractHiddenRegion.getNextHiddenRegion() |
IHiddenRegion |
AbstractEObjectRegion.getNextHiddenRegion() |
IHiddenRegion |
StringSemanticRegion.getPreviousHiddenRegion() |
IHiddenRegion |
NodeSemanticRegion.getPreviousHiddenRegion() |
IHiddenRegion |
AbstractHiddenRegion.getPreviousHiddenRegion() |
IHiddenRegion |
AbstractEObjectRegion.getPreviousHiddenRegion() |
IHiddenRegion |
AbstractEObjectRegion.getTrailingHiddenRegion() |
IHiddenRegion |
AbstractRegionAccess.nextHiddenRegion(org.eclipse.emf.ecore.EObject owner) |
IHiddenRegion |
AbstractRegionAccess.previousHiddenRegion(org.eclipse.emf.ecore.EObject owner) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
StringSemanticRegion.setLeadingHiddenRegion(IHiddenRegion leading) |
protected void |
NodeSemanticRegion.setLeadingHiddenRegion(IHiddenRegion leading) |
protected void |
AbstractEObjectRegion.setLeadingHiddenRegion(IHiddenRegion leading) |
protected void |
StringSemanticRegion.setTrailingHiddenRegion(IHiddenRegion trailing) |
protected void |
NodeSemanticRegion.setTrailingHiddenRegion(IHiddenRegion trailing) |
protected void |
AbstractEObjectRegion.setTrailingHiddenRegion(IHiddenRegion trailing) |
Copyright © 2015. All Rights Reserved.