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