Uses of Class
net.ssehub.easy.instantiation.core.model.buildlangModel.ruleMatch.CollectionMatchExpression
-
Packages that use CollectionMatchExpression 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.producer.ui.productline_editor.instantiator This package holds classes for the instantiator editor. -
-
Uses of CollectionMatchExpression in net.ssehub.easy.instantiation.core.model.buildlangModel
Methods in net.ssehub.easy.instantiation.core.model.buildlangModel with parameters of type CollectionMatchExpression Modifier and Type Method Description java.lang.ObjectBuildlangExecution. visitCollectionMatchExpression(CollectionMatchExpression expression)java.lang.ObjectBuildlangWriter. visitCollectionMatchExpression(CollectionMatchExpression expression)java.lang.ObjectExpressionCopyVisitor. visitCollectionMatchExpression(CollectionMatchExpression expression)java.lang.ObjectExpressionVersionRestrictionValidator. visitCollectionMatchExpression(CollectionMatchExpression expression)java.lang.ObjectVariableFinder. visitCollectionMatchExpression(CollectionMatchExpression expression) -
Uses of CollectionMatchExpression in net.ssehub.easy.instantiation.core.model.buildlangModel.ruleMatch
Methods in net.ssehub.easy.instantiation.core.model.buildlangModel.ruleMatch with parameters of type CollectionMatchExpression Modifier and Type Method Description java.lang.ObjectIMatchVisitor. visitCollectionMatchExpression(CollectionMatchExpression expression)Visits a collection match expression.java.lang.ObjectMatchResolver. visitCollectionMatchExpression(CollectionMatchExpression expression) -
Uses of CollectionMatchExpression in net.ssehub.easy.producer.ui.productline_editor.instantiator
Methods in net.ssehub.easy.producer.ui.productline_editor.instantiator with parameters of type CollectionMatchExpression Modifier and Type Method Description java.lang.ObjectBuildResolverVisitor. visitCollectionMatchExpression(CollectionMatchExpression expression)java.lang.ObjectRuleTreeVilVisitor. visitCollectionMatchExpression(CollectionMatchExpression expression)
-