Uses of Class
net.ssehub.easy.dslCore.translation.ModelTranslator
-
Packages that use ModelTranslator Package Description de.uni_hildesheim.sse.buildLanguageTranslation de.uni_hildesheim.sse.translation The mechanisms needed to translate an IVML Ecore model into an IVML object model.de.uni_hildesheim.sse.vil.expressions.translation Translation functionality for expressions.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.translation
Subclasses of ModelTranslator in de.uni_hildesheim.sse.translation Modifier and Type Class Description classModelTranslatorImplements a ECore-to-IVML translator. -
Uses of ModelTranslator in de.uni_hildesheim.sse.vil.expressions.translation
Subclasses of ModelTranslator in de.uni_hildesheim.sse.vil.expressions.translation Modifier and Type Class Description classModelTranslator<M extends IModel,I extends VariableDeclaration,R extends Resolver<I>,S extends ExpressionStatement,E extends ExpressionTranslator<I,R,S>>A reusable model translator. -
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.
-