Class NullFormatter
- java.lang.Object
-
- org.eclipse.xtext.formatting.impl.AbstractFormatter
-
- org.eclipse.xtext.formatting.impl.NullFormatter
-
- All Implemented Interfaces:
IFormatter,IFormatterExtension
public class NullFormatter extends AbstractFormatter
-
-
Constructor Summary
Constructors Constructor Description NullFormatter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ITokenStreamcreateFormatterStream(java.lang.String initalIndentation, ITokenStream outputStream, boolean preserveWhitespaces)-
Methods inherited from class org.eclipse.xtext.formatting.impl.AbstractFormatter
createFormatterStream
-
-
-
-
Method Detail
-
createFormatterStream
public ITokenStream createFormatterStream(java.lang.String initalIndentation, ITokenStream outputStream, boolean preserveWhitespaces)
- Specified by:
createFormatterStreamin interfaceIFormatter- Overrides:
createFormatterStreamin classAbstractFormatter
-
-