protected class FormattingConfigBasedStream.LineEntry extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.eclipse.emf.ecore.EObject |
grammarElement |
protected ParserRule |
hiddenTokenDefinition |
protected int |
indent |
protected boolean |
isHidden |
protected Set<AbstractFormattingConfig.ElementLocator> |
leadingLocators |
protected String |
leadingWS |
protected String |
value |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
countCharactersInLastLine() |
protected int |
countExistingLeadingNewlines() |
protected boolean |
isBreak() |
protected boolean |
isBreakable() |
String |
toString() |
protected org.eclipse.emf.ecore.EObject grammarElement
protected ParserRule hiddenTokenDefinition
protected int indent
protected boolean isHidden
protected Set<AbstractFormattingConfig.ElementLocator> leadingLocators
protected String leadingWS
protected String value
public 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.