Package | Description |
---|---|
org.eclipse.ice.client.common |
Modifier and Type | Method and Description |
---|---|
java.util.List<ActionTree> |
ActionTree.getChildren()
This returns the ActionTree node's child nodes, or
null if
the node has no children. |
Modifier and Type | Method and Description |
---|---|
void |
ActionTree.add(ActionTree child)
Adds the specified child ActionTree to this node, if possible.
|
void |
ActionTree.remove(ActionTree child)
Removes the first occurrence of the specified child ActionTree to this
node, if possible.
|