org.antlr.stringtemplate
Class NoIndentWriter

java.lang.Object
  extended by org.antlr.stringtemplate.AutoIndentWriter
      extended by org.antlr.stringtemplate.NoIndentWriter
All Implemented Interfaces:
StringTemplateWriter

public class NoIndentWriter
extends AutoIndentWriter

Just pass through the text


Field Summary
 
Fields inherited from class org.antlr.stringtemplate.AutoIndentWriter
atStartOfLine, BUFFER_SIZE, indents, out
 
Constructor Summary
NoIndentWriter(java.io.Writer out)
           
 
Method Summary
 int write(java.lang.String str)
           
 
Methods inherited from class org.antlr.stringtemplate.AutoIndentWriter
indent, popIndentation, pushIndentation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoIndentWriter

public NoIndentWriter(java.io.Writer out)
Method Detail

write

public int write(java.lang.String str)
          throws java.io.IOException
Specified by:
write in interface StringTemplateWriter
Overrides:
write in class AutoIndentWriter
Throws:
java.io.IOException


Copyright ? 2006-2009 Terence Parr