|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
Templates are implemented
in this package.
See:
Description
| Interface Summary | |
|---|---|
| TemplateBuilder | An interface for objects that build the compiled form of a template. |
| TemplateParser | An interface for classes that parse templates. |
| Class Summary | |
|---|---|
| LinkedListTemplateBuilder | Builds a template as a tree structure in which child nodes
are stored in TemplateArrayLists. |
| StandardTemplateParser | Parses standard template language and generates
Instructions. |
| TemplateArrayList | Encapsulates an array of TemplateProcessor objects. |
| Exception Summary | |
|---|---|
| ParseException | Exception thrown by the compiler whenever a parse exception occurs. |
The mechanics of compiling Templates are implemented
in this package. Normally it is sufficient to use the default
compiler, unless you have a specialized FM-Classic syntax that
you want to parse.
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||