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