public abstract class AbstractFormatter extends java.lang.Object implements IFormatter, IFormatterExtension
| Constructor and Description |
|---|
AbstractFormatter() |
| Modifier and Type | Method and Description |
|---|---|
ITokenStream |
createFormatterStream(org.eclipse.emf.ecore.EObject context,
java.lang.String initalIndentation,
ITokenStream outputStream,
boolean preserveWhitespaces) |
ITokenStream |
createFormatterStream(java.lang.String initalIndentation,
ITokenStream outputStream,
boolean preserveWhitespaces) |
public ITokenStream createFormatterStream(java.lang.String initalIndentation, ITokenStream outputStream, boolean preserveWhitespaces)
createFormatterStream in interface IFormatterpublic ITokenStream createFormatterStream(org.eclipse.emf.ecore.EObject context, java.lang.String initalIndentation, ITokenStream outputStream, boolean preserveWhitespaces)
createFormatterStream in interface IFormatterExtension