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