Interface STWriter

All Known Implementing Classes:
AutoIndentWriter, NoIndentWriter

public interface STWriter
Generic StringTemplate output writer filter.

Literals and the elements of expressions are emitted via write(String). Separators are emitted via writeSeparator(String) because they must be handled specially when wrapping lines (we don't want to wrap in between an element and it's separator).