Package org.eclipse.xtext.formatting
Interface IFormatterExtension
-
- All Known Implementing Classes:
AbstractDeclarativeFormatter,AbstractFormatter,BaseFormatter,NullFormatter,OneWhitespaceFormatter,XtextFormatter
public interface IFormatterExtension- Since:
- 2.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ITokenStreamcreateFormatterStream(org.eclipse.emf.ecore.EObject context, java.lang.String initalIndentation, ITokenStream outputStream, boolean preserveWhitespaces)
-
-
-
Method Detail
-
createFormatterStream
ITokenStream createFormatterStream(org.eclipse.emf.ecore.EObject context, java.lang.String initalIndentation, ITokenStream outputStream, boolean preserveWhitespaces)
-
-