Uses of Class
de.uni_hildesheim.sse.vil.expressions.translation.ExpressionTranslator
-
Packages that use ExpressionTranslator Package Description de.uni_hildesheim.sse.buildLanguageTranslation de.uni_hildesheim.sse.vil.expressions.translation Translation functionality for expressions.de.uni_hildesheim.sse.vil.templatelang.templateLanguageTranslation -
-
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.vil.expressions.translation
Classes in de.uni_hildesheim.sse.vil.expressions.translation with type parameters of type ExpressionTranslator 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 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.
-