protected class FormattingConfigBasedStream.LineEntry
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected org.eclipse.emf.ecore.EObject |
grammarElement |
protected ParserRule |
hiddenTokenDefinition |
protected int |
indent |
protected boolean |
isHidden |
protected java.util.Set<AbstractFormattingConfig.ElementLocator> |
leadingLocators |
protected java.lang.String |
leadingWS |
protected java.lang.String |
value |
| Constructor and Description |
|---|
LineEntry(org.eclipse.emf.ecore.EObject grammarElement,
java.lang.String value,
boolean isHidden,
java.util.Set<AbstractFormattingConfig.ElementLocator> beforeLocators,
java.lang.String leadingWS,
int indent,
ParserRule hiddenTokenDefition) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
countCharactersInLastLine() |
protected int |
countExistingLeadingNewlines() |
protected boolean |
isBreak() |
protected boolean |
isBreakable() |
java.lang.String |
toString() |
protected org.eclipse.emf.ecore.EObject grammarElement
protected ParserRule hiddenTokenDefinition
protected int indent
protected boolean isHidden
protected java.util.Set<AbstractFormattingConfig.ElementLocator> leadingLocators
protected java.lang.String leadingWS
protected java.lang.String value
public LineEntry(org.eclipse.emf.ecore.EObject grammarElement,
java.lang.String value,
boolean isHidden,
java.util.Set<AbstractFormattingConfig.ElementLocator> beforeLocators,
java.lang.String leadingWS,
int indent,
ParserRule hiddenTokenDefition)
protected int countCharactersInLastLine()
protected int countExistingLeadingNewlines()
protected boolean isBreak()
protected boolean isBreakable()
public java.lang.String toString()
toString in class java.lang.Object