| Package | Description |
|---|---|
| org.eclipse.xtext.formatting2 |
Xtext formatting infrastructure since Xtext 2.8.
|
| org.eclipse.xtext.formatting2.internal |
| Modifier and Type | Method and Description |
|---|---|
IHiddenRegionFormatter |
AbstractFormatter2.createHiddenRegionFormatter(IHiddenRegionFormatting formatting) |
IHiddenRegionFormatter |
AbstractFormatter2.createHiddenRegionFormatter(IHiddenRegionFormatting f1,
IHiddenRegionFormatting f2) |
| Modifier and Type | Method and Description |
|---|---|
ISemanticRegion |
IFormattableDocument.append(ISemanticRegion appendAfter,
Procedures.Procedure1<? super IHiddenRegionFormatter> initializer)
Create a new
IHiddenRegionFormatting, initialize it, and add it behind the given semanticRegion. |
<T extends org.eclipse.emf.ecore.EObject> |
IFormattableDocument.append(T appendAfter,
Procedures.Procedure1<? super IHiddenRegionFormatter> initializer)
Create a new
IHiddenRegionFormatting, initialize it, and add it behind the given semantic object. |
<T1 extends ISemanticRegion,T2 extends ISemanticRegion> |
IFormattableDocument.interior(Pair<T1,T2> pair,
Procedures.Procedure1<? super IHiddenRegionFormatter> init) |
<T1 extends ISemanticRegion,T2 extends ISemanticRegion> |
IFormattableDocument.interior(T1 first,
T2 second,
Procedures.Procedure1<? super IHiddenRegionFormatter> init) |
<T extends org.eclipse.emf.ecore.EObject> |
IFormattableDocument.interior(T object,
Procedures.Procedure1<? super IHiddenRegionFormatter> init) |
ISemanticRegion |
IFormattableDocument.prepend(ISemanticRegion prependBefore,
Procedures.Procedure1<? super IHiddenRegionFormatter> initializer)
Create a new
IHiddenRegionFormatting, initialize it, and add it before the given semanticRegion. |
<T extends org.eclipse.emf.ecore.EObject> |
IFormattableDocument.prepend(T prependBefore,
Procedures.Procedure1<? super IHiddenRegionFormatter> initializer)
Create a new
IHiddenRegionFormatting, initialize it, and add it before the given semantic object. |
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. |
ISemanticRegion |
IFormattableDocument.surround(ISemanticRegion semanticRegion,
Procedures.Procedure1<? super IHiddenRegionFormatter> beforeAndAfter)
Create a new
IHiddenRegionFormatting, initialize it, and add it before and after the given semantic
region. |
<T extends org.eclipse.emf.ecore.EObject> |
IFormattableDocument.surround(T owner,
Procedures.Procedure1<? super IHiddenRegionFormatter> beforeAndAfter)
Create a new
IHiddenRegionFormatting, initialize it, and add it before and after the given semantic
object. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractHiddenRegionFormatter |
class |
DoubleHiddenRegionFormatter |
class |
SingleHiddenRegionFormatter |
| Modifier and Type | Method and Description |
|---|---|
ISemanticRegion |
FormattableDocument.append(ISemanticRegion token,
Procedures.Procedure1<? super IHiddenRegionFormatter> after) |
<T extends org.eclipse.emf.ecore.EObject> |
FormattableDocument.append(T owner,
Procedures.Procedure1<? super IHiddenRegionFormatter> after) |
<T1 extends ISemanticRegion,T2 extends ISemanticRegion> |
FormattableDocument.interior(Pair<T1,T2> pair,
Procedures.Procedure1<? super IHiddenRegionFormatter> init) |
<T1 extends ISemanticRegion,T2 extends ISemanticRegion> |
FormattableDocument.interior(T1 first,
T2 second,
Procedures.Procedure1<? super IHiddenRegionFormatter> init) |
<T extends org.eclipse.emf.ecore.EObject> |
FormattableDocument.interior(T object,
Procedures.Procedure1<? super IHiddenRegionFormatter> init) |
ISemanticRegion |
FormattableDocument.prepend(ISemanticRegion token,
Procedures.Procedure1<? super IHiddenRegionFormatter> before) |
<T extends org.eclipse.emf.ecore.EObject> |
FormattableDocument.prepend(T owner,
Procedures.Procedure1<? super IHiddenRegionFormatter> before) |
Pair<IHiddenRegion,IHiddenRegion> |
FormattableDocument.set(IHiddenRegion first,
IHiddenRegion second,
Procedures.Procedure1<? super IHiddenRegionFormatter> init) |
IHiddenRegion |
FormattableDocument.set(IHiddenRegion hiddenRegion,
Procedures.Procedure1<? super IHiddenRegionFormatter> init) |
ISemanticRegion |
FormattableDocument.surround(ISemanticRegion token,
Procedures.Procedure1<? super IHiddenRegionFormatter> beforeAndAfter) |
<T extends org.eclipse.emf.ecore.EObject> |
FormattableDocument.surround(T owner,
Procedures.Procedure1<? super IHiddenRegionFormatter> beforeAndAfter) |
Copyright © 2015. All Rights Reserved.