Uses of Class
net.ssehub.easy.instantiation.core.model.buildlangModel.StrategyCallExpression
-
Packages that use StrategyCallExpression 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.producer.ui.productline_editor.instantiator This package holds classes for the instantiator editor. -
-
Uses of StrategyCallExpression in net.ssehub.easy.instantiation.core.model.buildlangModel
Methods in net.ssehub.easy.instantiation.core.model.buildlangModel with parameters of type StrategyCallExpression Modifier and Type Method Description java.lang.ObjectBuildlangExecution. visitStrategyCallExpression(StrategyCallExpression call)java.lang.ObjectBuildlangWriter. visitStrategyCallExpression(StrategyCallExpression call)java.lang.ObjectExpressionCopyVisitor. visitStrategyCallExpression(StrategyCallExpression call)java.lang.ObjectExpressionVersionRestrictionValidator. visitStrategyCallExpression(StrategyCallExpression call)java.lang.ObjectIVisitor. visitStrategyCallExpression(StrategyCallExpression call)Visits a strategy call node.java.lang.ObjectVariableFinder. visitStrategyCallExpression(StrategyCallExpression call)java.lang.ObjectBuildlangExecution. visitStrategyCallExpressionImpl(StrategyCallExpression call)Implements the strategy call execution of an executable call. -
Uses of StrategyCallExpression in net.ssehub.easy.producer.ui.productline_editor.instantiator
Methods in net.ssehub.easy.producer.ui.productline_editor.instantiator that return StrategyCallExpression Modifier and Type Method Description (package private) StrategyCallExpressionStrategyCallExpressionTreeNode. getElement()Methods in net.ssehub.easy.producer.ui.productline_editor.instantiator with parameters of type StrategyCallExpression Modifier and Type Method Description java.lang.ObjectBuildResolverVisitor. visitStrategyCallExpression(StrategyCallExpression call)java.lang.ObjectRuleTreeVilVisitor. visitStrategyCallExpression(StrategyCallExpression call)Constructors in net.ssehub.easy.producer.ui.productline_editor.instantiator with parameters of type StrategyCallExpression Constructor Description StrategyCallExpressionTreeNode(TreeNode parent, StrategyCallExpression elt)Implements an element tree node.
-