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