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