Uses of Class
net.ssehub.easy.instantiation.core.model.expressions.MultiAndExpression
-
Packages that use MultiAndExpression 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 MultiAndExpression in net.ssehub.easy.instantiation.core.model.buildlangModel
Methods in net.ssehub.easy.instantiation.core.model.buildlangModel with parameters of type MultiAndExpression Modifier and Type Method Description java.lang.ObjectVariableFinder. visitMultiAndExpression(MultiAndExpression ex) -
Uses of MultiAndExpression in net.ssehub.easy.instantiation.core.model.buildlangModel.ruleMatch
Methods in net.ssehub.easy.instantiation.core.model.buildlangModel.ruleMatch with parameters of type MultiAndExpression Modifier and Type Method Description java.lang.ObjectMatchResolver. visitMultiAndExpression(MultiAndExpression ex) -
Uses of MultiAndExpression in net.ssehub.easy.instantiation.core.model.expressions
Methods in net.ssehub.easy.instantiation.core.model.expressions with parameters of type MultiAndExpression Modifier and Type Method Description java.lang.ObjectCopyVisitor. visitMultiAndExpression(MultiAndExpression ex)java.lang.ObjectEvaluationVisitor. visitMultiAndExpression(MultiAndExpression ex)java.lang.ObjectExpressionVersionRestrictionValidator. visitMultiAndExpression(MultiAndExpression ex)java.lang.ObjectExpressionWriter. visitMultiAndExpression(MultiAndExpression ex)java.lang.ObjectIExpressionVisitor. visitMultiAndExpression(MultiAndExpression ex)Visits a multi-and expression. -
Uses of MultiAndExpression in net.ssehub.easy.producer.ui.productline_editor.instantiator
Methods in net.ssehub.easy.producer.ui.productline_editor.instantiator with parameters of type MultiAndExpression Modifier and Type Method Description java.lang.ObjectBuildResolverVisitor. visitMultiAndExpression(MultiAndExpression ex)java.lang.ObjectRuleTreeVilVisitor. visitMultiAndExpression(MultiAndExpression ex)
-