org.antlr.stringtemplate
Interface StringTemplateWriter

All Known Implementing Classes:
AutoIndentWriter, NoIndentWriter

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

void pushIndentation(java.lang.String indent)

popIndentation

java.lang.String popIndentation()

write

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


Copyright ? 2006-2010 Terence Parr