Uses of Class
net.ssehub.easy.instantiation.core.model.expressions.ExpressionVersionRestriction
-
Packages that use ExpressionVersionRestriction 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 net.ssehub.easy.instantiation.core.model.buildlangModel Implements the abstract representation of the build language (parsed, analyzed and already linked, i.e.net.ssehub.easy.instantiation.core.model.templateModel The template language model. -
-
Uses of ExpressionVersionRestriction in de.uni_hildesheim.sse.buildLanguageTranslation
Methods in de.uni_hildesheim.sse.buildLanguageTranslation that return ExpressionVersionRestriction Modifier and Type Method Description protected ExpressionVersionRestrictionExpressionTranslator. createExpressionVersionRestriction(Expression expr, VariableDeclaration decl, org.eclipse.emf.ecore.EObject cause, org.eclipse.emf.ecore.EStructuralFeature feature) -
Uses of ExpressionVersionRestriction in de.uni_hildesheim.sse.vil.expressions.translation
Methods in de.uni_hildesheim.sse.vil.expressions.translation that return ExpressionVersionRestriction Modifier and Type Method Description protected abstract ExpressionVersionRestrictionExpressionTranslator. createExpressionVersionRestriction(Expression expr, VariableDeclaration decl, org.eclipse.emf.ecore.EObject cause, org.eclipse.emf.ecore.EStructuralFeature feature)Creates an expression version restriction matching this class. -
Uses of ExpressionVersionRestriction in de.uni_hildesheim.sse.vil.templatelang.templateLanguageTranslation
Methods in de.uni_hildesheim.sse.vil.templatelang.templateLanguageTranslation that return ExpressionVersionRestriction Modifier and Type Method Description protected ExpressionVersionRestrictionExpressionTranslator. createExpressionVersionRestriction(Expression expr, VariableDeclaration decl, org.eclipse.emf.ecore.EObject cause, org.eclipse.emf.ecore.EStructuralFeature feature) -
Uses of ExpressionVersionRestriction in net.ssehub.easy.instantiation.core.model.buildlangModel
Subclasses of ExpressionVersionRestriction in net.ssehub.easy.instantiation.core.model.buildlangModel Modifier and Type Class Description classExpressionVersionRestrictionA version restriction based on VIL expressions. -
Uses of ExpressionVersionRestriction in net.ssehub.easy.instantiation.core.model.templateModel
Subclasses of ExpressionVersionRestriction in net.ssehub.easy.instantiation.core.model.templateModel Modifier and Type Class Description classExpressionVersionRestrictionA version restriction based on VTL expressions.
-