Uses of Class
net.ssehub.easy.instantiation.core.model.buildlangModel.RuleCallExpression
-
Packages that use RuleCallExpression 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 RuleCallExpression in net.ssehub.easy.instantiation.core.model.buildlangModel
Fields in net.ssehub.easy.instantiation.core.model.buildlangModel declared as RuleCallExpression Modifier and Type Field Description private RuleCallExpression[]Rule. lhsRuleCallsprivate RuleCallExpression[]RuleDescriptor. lhsRuleCallsprivate RuleCallExpression[]Rule. rhsRuleCallsprivate RuleCallExpression[]RuleDescriptor. rhsRuleCallsMethods in net.ssehub.easy.instantiation.core.model.buildlangModel that return RuleCallExpression Modifier and Type Method Description protected RuleCallExpressionResolver. createCallExpression(Script model, boolean isSuper, java.lang.String name, CallArgument... arguments)abstract RuleCallExpressionAbstractRule. getRuleCall(Rule.Side side, int index)Get the rule call on the given side of this rule at the specified index.RuleCallExpressionRule. getRuleCall(Rule.Side side, int index)RuleCallExpressionVtlRule. getRuleCall(Rule.Side side, int index)RuleCallExpression[]RuleDescriptor. getRuleCalls(Rule.Side side)Returns the rule calls on the specified side.private RuleCallExpression[]Rule. selectCalls(Rule.Side side)Returns the rule calls on the specified side of this rule.Methods in net.ssehub.easy.instantiation.core.model.buildlangModel with parameters of type RuleCallExpression Modifier and Type Method Description private java.lang.ObjectBuildlangExecution. executeScript(Script script, RuleCallExpression start)Executes the given script starting atstart.java.lang.ObjectBuildlangExecution. visitRuleCallExpression(RuleCallExpression ex)java.lang.ObjectBuildlangWriter. visitRuleCallExpression(RuleCallExpression ex)java.lang.ObjectExpressionCopyVisitor. visitRuleCallExpression(RuleCallExpression ex)java.lang.ObjectExpressionVersionRestrictionValidator. visitRuleCallExpression(RuleCallExpression ex)java.lang.ObjectIVisitor. visitRuleCallExpression(RuleCallExpression ex)Visits a rule call expression.java.lang.ObjectVariableFinder. visitRuleCallExpression(RuleCallExpression ex) -
Uses of RuleCallExpression in net.ssehub.easy.producer.ui.productline_editor.instantiator
Methods in net.ssehub.easy.producer.ui.productline_editor.instantiator with parameters of type RuleCallExpression Modifier and Type Method Description java.lang.ObjectBuildResolverVisitor. visitRuleCallExpression(RuleCallExpression ex)java.lang.ObjectRuleTreeVilVisitor. visitRuleCallExpression(RuleCallExpression ex)Constructors in net.ssehub.easy.producer.ui.productline_editor.instantiator with parameters of type RuleCallExpression Constructor Description RuleCallExpressionTreeNode(TreeNode parent, RuleCallExpression elt)Implements an element tree node.
-