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