Class Summary |
BaseTranslator |
The "base" translator which all Translator's should extend,
provides some basic functionality, such as the retrieveal of translation
fragments from the translation template file, pre-processing, post-processing, etc. |
Expression |
Contains the translated expression, |
TraceTranslator |
This class allows us to trace the parsing of the expression. |
TraceTranslator.TranslatorClassPool |
Extends the Javaassist class pool so that we can
define our own ClassLoader to use from which to find, load
and modify and existing class. |
TranslationUtils |
Contains translation utilities. |