Public Member Functions

com.google.security.zynamics.binnavi.API.helpers.TreeNode< ObjectType > Class Reference

List of all members.

Public Member Functions

List< TreeNode< ObjectType > > getChildren ()
ObjectType getObject ()
TreeNode< ObjectType > getParent ()
String toString ()

Detailed Description

Represents a node of a tree.

Parameters:
<ObjectType> Type of the object stored in the node.

Member Function Documentation

List<TreeNode<ObjectType> > com.google.security.zynamics.binnavi.API.helpers.TreeNode< ObjectType >.getChildren (  ) 

Returns the children of the tree node.

Returns:
A list of tree nodes.
ObjectType com.google.security.zynamics.binnavi.API.helpers.TreeNode< ObjectType >.getObject (  ) 

Returns the object stored in the tree node.

Returns:
The object stored in the tree node.
TreeNode<ObjectType> com.google.security.zynamics.binnavi.API.helpers.TreeNode< ObjectType >.getParent (  ) 

Returns the parent of the tree node. If the node is the root node of the tree, the return value is null.

Returns:
The parent node of the node or null.
String com.google.security.zynamics.binnavi.API.helpers.TreeNode< ObjectType >.toString (  ) 

Returns a string representation of the tree node.

Returns:
A string representation of the tree node.