| Package | Description |
|---|---|
| org.eclipse.xtext.formatting.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
FormattingConfig.IndentationLocatorEnd |
class |
FormattingConfig.IndentationLocatorStart |
class |
FormattingConfig.LinewrapLocator |
class |
FormattingConfig.NoLinewrapLocator |
class |
FormattingConfig.NoSpaceLocator |
class |
FormattingConfig.SpaceLocator |
| Modifier and Type | Field and Description |
|---|---|
protected AbstractFormattingConfig.ElementLocator |
AbstractFormattingConfig.ElementPattern.locator |
| Modifier and Type | Field and Description |
|---|---|
protected Set<AbstractFormattingConfig.ElementLocator> |
FormattingConfigBasedStream.activeRangeLocators |
protected Set<AbstractFormattingConfig.ElementLocator> |
FormattingConfigBasedStream.LineEntry.leadingLocators |
protected Map<org.eclipse.emf.ecore.EObject,List<AbstractFormattingConfig.ElementLocator>> |
AbstractFormattingConfig.locatorsCommentAfter |
protected Map<org.eclipse.emf.ecore.EObject,List<AbstractFormattingConfig.ElementLocator>> |
AbstractFormattingConfig.locatorsCommentBefore |
| Modifier and Type | Method and Description |
|---|---|
AbstractFormattingConfig.ElementLocator |
AbstractFormattingConfig.ElementPattern.getLocator() |
| Modifier and Type | Method and Description |
|---|---|
protected Set<AbstractFormattingConfig.ElementLocator> |
FormattingConfigBasedStream.collectLocators(org.eclipse.emf.ecore.EObject ele) |
protected Set<AbstractFormattingConfig.ElementLocator> |
FormattingConfigBasedStream.collectLocatorsForComments(Collection<AbstractFormattingConfig.ElementLocator> semanticLocators,
org.eclipse.emf.ecore.EObject left,
org.eclipse.emf.ecore.EObject right) |
List<AbstractFormattingConfig.ElementLocator> |
AbstractFormattingConfig.getLocatorsForCommentTokensAfter(org.eclipse.emf.ecore.EObject ctx) |
List<AbstractFormattingConfig.ElementLocator> |
AbstractFormattingConfig.getLocatorsForCommentTokensBefore(org.eclipse.emf.ecore.EObject ctx) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractFormattingConfig.addLocator(AbstractFormattingConfig.ElementLocator locator) |
protected void |
AbstractFormattingConfig.addLocatorComment(AbstractFormattingConfig.ElementLocator locator) |
protected void |
AbstractFormattingConfig.addLocatorSemantic(AbstractFormattingConfig.ElementLocator locator) |
protected void |
AbstractFormattingConfig.addLocatorSemantic(AbstractFormattingConfig.ElementLocator locator,
AbstractElement before,
AbstractElement after) |
| Modifier and Type | Method and Description |
|---|---|
protected Set<AbstractFormattingConfig.ElementLocator> |
FormattingConfigBasedStream.collectLocatorsForComments(Collection<AbstractFormattingConfig.ElementLocator> semanticLocators,
org.eclipse.emf.ecore.EObject left,
org.eclipse.emf.ecore.EObject right) |
FormattingConfigBasedStream.LineEntry |
FormattingConfigBasedStream.createLineEntry(org.eclipse.emf.ecore.EObject grammarElement,
String value,
boolean isHidden,
Set<AbstractFormattingConfig.ElementLocator> beforeLocators,
String leadingWS,
int indent,
ParserRule hiddenTokenDefition) |
| Constructor and Description |
|---|
AbstractFormattingConfig.ElementBeforeAfterPattern(AbstractFormattingConfig.ElementLocator locator,
AbstractElement before,
AbstractElement after) |
AbstractFormattingConfig.ElementBetweenPattern(AbstractFormattingConfig.ElementLocator locator,
AbstractElement before,
AbstractElement after) |
AbstractFormattingConfig.ElementPattern(AbstractFormattingConfig.ElementLocator locator,
AbstractElement before,
AbstractElement after) |
| Constructor and Description |
|---|
FormattingConfigBasedStream.LineEntry(org.eclipse.emf.ecore.EObject grammarElement,
String value,
boolean isHidden,
Set<AbstractFormattingConfig.ElementLocator> beforeLocators,
String leadingWS,
int indent,
ParserRule hiddenTokenDefition) |
Copyright © 2015. All Rights Reserved.