Class CallExpressionTreeNode
- java.lang.Object
-
- net.ssehub.easy.producer.ui.productline_editor.instantiator.TreeNode
-
- net.ssehub.easy.producer.ui.productline_editor.instantiator.ElementTreeNode<CallExpression>
-
- net.ssehub.easy.producer.ui.productline_editor.instantiator.CallExpressionTreeNode
-
- Direct Known Subclasses:
StrategyCallExpressionTreeNode
class CallExpressionTreeNode extends ElementTreeNode<CallExpression>
Implements an element node for rule call expressions.- Author:
- Holger Eichelberger
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.ssehub.easy.producer.ui.productline_editor.instantiator.TreeNode
TreeNode.Insertable, TreeNode.InsertionPoint
-
-
Constructor Summary
Constructors Constructor Description CallExpressionTreeNode(TreeNode parent, CallExpression elt)Implements an element tree node.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetText()Returns the display text.-
Methods inherited from class net.ssehub.easy.producer.ui.productline_editor.instantiator.ElementTreeNode
argumentsToString, expressionToString, getElement, supportedInsertionPoint
-
Methods inherited from class net.ssehub.easy.producer.ui.productline_editor.instantiator.TreeNode
getChildren, getImage, getParent, hasChildren, setChildren
-
-
-
-
Constructor Detail
-
CallExpressionTreeNode
CallExpressionTreeNode(TreeNode parent, CallExpression elt)
Implements an element tree node.- Parameters:
parent- the parent nodeelt- the VIL rule call expression
-
-