Package org.antlr.stringtemplate

Interface Summary
StringTemplateErrorListener Lets you specify where errors, warnings go.
StringTemplateWriter Generic StringTemplate output writer filter
 

Class Summary
AutoIndentWriter Essentially a char filter that knows how to auto-indent output by maintaining a stack of indent levels.
NoIndentWriter Just pass through the text
StringTemplate A StringTemplate is a "document" with holes in it where you can stick values.
StringTemplate.Aggregate An automatically created aggregate of properties.
StringTemplateGroup Manages a group of named mutually-referential StringTemplate objects.