|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Translator | |
org.ocltf.translation | |
org.ocltf.translation.library |
Uses of Translator in org.ocltf.translation |
Classes in org.ocltf.translation that implement Translator | |
class |
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. |
class |
TraceTranslator
This class allows us to trace the parsing of the expression. |
Methods in org.ocltf.translation that return Translator | |
static Translator |
TraceTranslator.getInstance()
Creates and returns an new Instance of this ExpressionTranslator as a Translator object. |
Uses of Translator in org.ocltf.translation.library |
Methods in org.ocltf.translation.library that return Translator | |
Translator |
LibraryTranslation.getTranslator()
Gets the Translator instance that will perform processing of the file. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |