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