Uses of Class
de.uni_hildesheim.sse.vil.expressions.translation.ModelTranslator
-
Packages that use ModelTranslator Package Description de.uni_hildesheim.sse.buildLanguageTranslation de.uni_hildesheim.sse.vil.templatelang.templateLanguageTranslation -
-
Uses of ModelTranslator in de.uni_hildesheim.sse.buildLanguageTranslation
Subclasses of ModelTranslator in de.uni_hildesheim.sse.buildLanguageTranslation Modifier and Type Class Description classAbstractModelTranslator<M extends Script,L extends de.uni_hildesheim.sse.vilBuildLanguage.LanguageUnit>Implements the translation from the DSL to the build model in the instantiator core.classModelTranslatorImplements the translation from the DSL to the build model in the instantiator core. -
Uses of ModelTranslator in de.uni_hildesheim.sse.vil.templatelang.templateLanguageTranslation
Subclasses of ModelTranslator in de.uni_hildesheim.sse.vil.templatelang.templateLanguageTranslation Modifier and Type Class Description classModelTranslatorTranslates a parsed template language in ECore instances into instances of the template language model and performs semantic analysis.
-