org.antlr.stringtemplate
Interface StringTemplateWriter

All Known Implementing Classes:
AutoIndentWriter

public interface StringTemplateWriter

Generic StringTemplate output writer filter


Method Summary
 java.lang.String popIndentation()
           
 void pushIndentation(java.lang.String indent)
           
 int write(java.lang.String str)
           
 

Method Detail

pushIndentation

public void pushIndentation(java.lang.String indent)

popIndentation

public java.lang.String popIndentation()

write

public int write(java.lang.String str)
          throws java.io.IOException
Throws:
java.io.IOException