Package org.antlr.stringtemplate

Interface Summary
AttributeRenderer This interface describes an object that knows how to format or otherwise render an object appropriately.
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.
 



Copyright ? 2006-2010 Terence Parr