Uses of Class
net.ssehub.easy.dslCore.translation.ExpressionTranslator
-
Packages that use ExpressionTranslator 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 net.ssehub.easy.dslCore.translation Basic reusable classes for SSE-style DSL implementation. -
-
Uses of ExpressionTranslator in de.uni_hildesheim.sse.buildLanguageTranslation
Subclasses of ExpressionTranslator in de.uni_hildesheim.sse.buildLanguageTranslation Modifier and Type Class Description classExpressionTranslatorA specific expression translator for the build language. -
Uses of ExpressionTranslator in de.uni_hildesheim.sse.translation
Subclasses of ExpressionTranslator in de.uni_hildesheim.sse.translation Modifier and Type Class Description classExpressionTranslatorImplements a class which translates a given EMF expression in terms of the IVML grammar into the IVML object model. -
Uses of ExpressionTranslator in de.uni_hildesheim.sse.vil.expressions.translation
Subclasses of ExpressionTranslator in de.uni_hildesheim.sse.vil.expressions.translation Modifier and Type Class Description classExpressionTranslator<I extends VariableDeclaration,R extends Resolver<I>,E extends ExpressionStatement>Implements the translation from the expression DSL to the expression model in the instantiator core. -
Uses of ExpressionTranslator in de.uni_hildesheim.sse.vil.templatelang.templateLanguageTranslation
Subclasses of ExpressionTranslator in de.uni_hildesheim.sse.vil.templatelang.templateLanguageTranslation Modifier and Type Class Description classExpressionTranslatorA specific expression translator for the template language. -
Uses of ExpressionTranslator in net.ssehub.easy.dslCore.translation
Classes in net.ssehub.easy.dslCore.translation with type parameters of type ExpressionTranslator Modifier and Type Class Description classModelTranslator<E extends ExpressionTranslator>A basic implementation of a model translator, i.e., a basic class for translating individual model elements into model instances.Fields in net.ssehub.easy.dslCore.translation declared as ExpressionTranslator Modifier and Type Field Description private EModelTranslator. expressionTranslator
-