|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Template
s 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 TemplateArrayList s. |
StandardTemplateParser | Parses standard template language and generates
Instruction s. |
TemplateArrayList | Encapsulates an array of TemplateProcessor objects. |
Exception Summary | |
---|---|
ParseException | Exception thrown by the compiler whenever a parse exception occurs. |
The mechanics of compiling Template
s 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 |