Class VariableDeclarationTreeNode
- java.lang.Object
-
- net.ssehub.easy.producer.ui.productline_editor.instantiator.TreeNode
-
- net.ssehub.easy.producer.ui.productline_editor.instantiator.ElementTreeNode<VariableDeclaration>
-
- net.ssehub.easy.producer.ui.productline_editor.instantiator.VariableDeclarationTreeNode
-
class VariableDeclarationTreeNode extends ElementTreeNode<VariableDeclaration>
Implements an element node for variable declarations.- 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 VariableDeclarationTreeNode(TreeNode parent, VariableDeclaration 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
-
VariableDeclarationTreeNode
VariableDeclarationTreeNode(TreeNode parent, VariableDeclaration elt)
Implements an element tree node.- Parameters:
parent- the parent nodeelt- the variable declaration (element)
-
-