Package org.jostraca.section

Classes for handling template sections.

See:
          Description

Interface Summary
Modifier Description:
A textual tranformation is unary operation on a Section or SectionSet which returns the Section or all Sections in the set modified in some way.
Section Description:
A section represents a block of source code in the CodeWriter.
 

Class Summary
BasicSection Basic implementation of Section interface.
BlockIndenter Modify Section/SectionSet: mark start and end of section with comments Note: this only works for a single occurence of the section in the writer format text.
Collapser Description:
Modify Section/SectionSet: collapse to comment with name.
Identity Modify Section/SectionSet: return unchanged.
Marker Modify Section/SectionSet: mark start and end of section with comments
ModifierException.Code Code enumeration class for ModifierException
ModifierManager Manages an ordered set of TextualTransform objects.
PythonIndenter Indent insert statements properly.
SectionSet Manage a set of Sections.
 

Exception Summary
ModifierException ModifierException class.
 

Package org.jostraca.section Description

Classes for handling template sections.



Copyright © 2000-2002 Richard Rodger