Uses of Interface
eu.europa.ted.efx.interfaces.ScriptGenerator
-
Packages that use ScriptGenerator Package Description eu.europa.ted.efx.interfaces eu.europa.ted.efx.sdk0.v6 eu.europa.ted.efx.sdk0.v7 eu.europa.ted.efx.sdk1 eu.europa.ted.efx.xpath -
-
Uses of ScriptGenerator in eu.europa.ted.efx.interfaces
Methods in eu.europa.ted.efx.interfaces that return ScriptGenerator Modifier and Type Method Description ScriptGeneratorTranslatorDependencyFactory. createScriptGenerator(String sdkVersion)Get the instance of the script generator to be used by the translator to translate expressions. -
Uses of ScriptGenerator in eu.europa.ted.efx.sdk0.v6
Fields in eu.europa.ted.efx.sdk0.v6 declared as ScriptGenerator Modifier and Type Field Description protected ScriptGeneratorEfxExpressionTranslator06. scriptThe ScriptGenerator is called to determine the target language syntax whenever needed.Constructors in eu.europa.ted.efx.sdk0.v6 with parameters of type ScriptGenerator Constructor Description EfxExpressionTranslator06(SymbolResolver symbolResolver, ScriptGenerator scriptGenerator, org.antlr.v4.runtime.BaseErrorListener errorListener)EfxTemplateTranslator06(MarkupGenerator markupGenerator, SymbolResolver symbolResolver, ScriptGenerator scriptGenerator, org.antlr.v4.runtime.BaseErrorListener errorListener) -
Uses of ScriptGenerator in eu.europa.ted.efx.sdk0.v7
Fields in eu.europa.ted.efx.sdk0.v7 declared as ScriptGenerator Modifier and Type Field Description protected ScriptGeneratorEfxExpressionTranslator07. scriptThe ScriptGenerator is called to determine the target language syntax whenever needed.Constructors in eu.europa.ted.efx.sdk0.v7 with parameters of type ScriptGenerator Constructor Description EfxExpressionTranslator07(SymbolResolver symbolResolver, ScriptGenerator scriptGenerator, org.antlr.v4.runtime.BaseErrorListener errorListener)EfxTemplateTranslator07(MarkupGenerator markupGenerator, SymbolResolver symbolResolver, ScriptGenerator scriptGenerator, org.antlr.v4.runtime.BaseErrorListener errorListener) -
Uses of ScriptGenerator in eu.europa.ted.efx.sdk1
Fields in eu.europa.ted.efx.sdk1 declared as ScriptGenerator Modifier and Type Field Description protected ScriptGeneratorEfxExpressionTranslatorV1. scriptThe ScriptGenerator is called to determine the target language syntax whenever needed.Constructors in eu.europa.ted.efx.sdk1 with parameters of type ScriptGenerator Constructor Description EfxExpressionTranslatorV1(SymbolResolver symbolResolver, ScriptGenerator scriptGenerator, org.antlr.v4.runtime.BaseErrorListener errorListener)EfxTemplateTranslatorV1(MarkupGenerator markupGenerator, SymbolResolver symbolResolver, ScriptGenerator scriptGenerator, org.antlr.v4.runtime.BaseErrorListener errorListener) -
Uses of ScriptGenerator in eu.europa.ted.efx.xpath
Classes in eu.europa.ted.efx.xpath that implement ScriptGenerator Modifier and Type Class Description classXPathScriptGenerator
-