org.eclipse.xtext.formatting.impl
Class NullFormatter

java.lang.Object
  extended by org.eclipse.xtext.formatting.impl.AbstractFormatter
      extended by org.eclipse.xtext.formatting.impl.NullFormatter
All Implemented Interfaces:
IFormatter, IFormatterExtension

public class NullFormatter
extends AbstractFormatter

Author:
Moritz Eysholdt - Initial contribution and API

Constructor Summary
NullFormatter()
           
 
Method Summary
 ITokenStream createFormatterStream(java.lang.String initalIndentation, ITokenStream outputStream, boolean preserveWhitespaces)
           
 
Methods inherited from class org.eclipse.xtext.formatting.impl.AbstractFormatter
createFormatterStream
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullFormatter

public NullFormatter()
Method Detail

createFormatterStream

public ITokenStream createFormatterStream(java.lang.String initalIndentation,
                                          ITokenStream outputStream,
                                          boolean preserveWhitespaces)
Specified by:
createFormatterStream in interface IFormatter
Overrides:
createFormatterStream in class AbstractFormatter