| Package | Description |
|---|---|
| org.eclipse.xtext.formatting2 |
Xtext formatting infrastructure since Xtext 2.8.
|
| org.eclipse.xtext.formatting2.internal |
| Modifier and Type | Method and Description |
|---|---|
void |
IFormattableDocument.formatConditionally(org.eclipse.emf.ecore.EObject owner,
ISubFormatter... formatters)
Apply the formatting of the first sub formatter that can successfully format the given owner's region.
|
void |
IFormattableDocument.formatConditionally(int offset,
int length,
ISubFormatter... formatters)
Apply the formatting of the first sub formatter that can successfully format the given region.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FormattableDocument.formatConditionally(org.eclipse.emf.ecore.EObject owner,
ISubFormatter... formatters) |
void |
FormattableDocument.formatConditionally(int offset,
int length,
ISubFormatter... formatters) |
| Constructor and Description |
|---|
ConditionalReplacer(FormattableDocument document,
int offset,
int length,
List<ISubFormatter> subFormatters) |
Copyright © 2015. All Rights Reserved.