Uses of Class
net.ssehub.easy.instantiation.core.model.expressions.VilTypeExpression
-
Packages that use VilTypeExpression Package Description 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.buildlangModel.ruleMatch Rule match expressions.net.ssehub.easy.instantiation.core.model.expressions Implements the common expression tree for the VIL languages.net.ssehub.easy.producer.ui.productline_editor.instantiator This package holds classes for the instantiator editor. -
-
Uses of VilTypeExpression in net.ssehub.easy.instantiation.core.model.buildlangModel
Methods in net.ssehub.easy.instantiation.core.model.buildlangModel with parameters of type VilTypeExpression Modifier and Type Method Description java.lang.ObjectVariableFinder. visitVilTypeExpression(VilTypeExpression typeExpression) -
Uses of VilTypeExpression in net.ssehub.easy.instantiation.core.model.buildlangModel.ruleMatch
Methods in net.ssehub.easy.instantiation.core.model.buildlangModel.ruleMatch with parameters of type VilTypeExpression Modifier and Type Method Description java.lang.ObjectMatchResolver. visitVilTypeExpression(VilTypeExpression typeExpression) -
Uses of VilTypeExpression in net.ssehub.easy.instantiation.core.model.expressions
Methods in net.ssehub.easy.instantiation.core.model.expressions with parameters of type VilTypeExpression Modifier and Type Method Description java.lang.ObjectCopyVisitor. visitVilTypeExpression(VilTypeExpression typeExpression)java.lang.ObjectEvaluationVisitor. visitVilTypeExpression(VilTypeExpression typeExpression)java.lang.ObjectExpressionVersionRestrictionValidator. visitVilTypeExpression(VilTypeExpression typeExpression)java.lang.ObjectExpressionWriter. visitVilTypeExpression(VilTypeExpression typeExpression)java.lang.ObjectIExpressionVisitor. visitVilTypeExpression(VilTypeExpression typeExpression)Visits a VIL type expression. -
Uses of VilTypeExpression in net.ssehub.easy.producer.ui.productline_editor.instantiator
Methods in net.ssehub.easy.producer.ui.productline_editor.instantiator with parameters of type VilTypeExpression Modifier and Type Method Description java.lang.ObjectBuildResolverVisitor. visitVilTypeExpression(VilTypeExpression typeExpression)java.lang.ObjectRuleTreeVilVisitor. visitVilTypeExpression(VilTypeExpression typeExpression)
-