Public Member Functions

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

List of all members.

Public Member Functions

TreeNode< ObjectType > getRootNode ()
List< TreeNode< ObjectType > > getTreeNodes ()
String toString ()

Detailed Description

Class that can be used to create trees.

Parameters:
<ObjectType> Type of the objects stored in the tree.

Member Function Documentation

TreeNode<ObjectType> com.google.security.zynamics.binnavi.API.helpers.Tree< ObjectType >.getRootNode (  ) 

Returns the root node of the tree.

Returns:
The root node of the tree.
List<TreeNode<ObjectType> > com.google.security.zynamics.binnavi.API.helpers.Tree< ObjectType >.getTreeNodes (  ) 

Returns a list of all nodes in the tree.

Returns:
A list of all nodes in the tree.
String com.google.security.zynamics.binnavi.API.helpers.Tree< ObjectType >.toString (  ) 

Returns a string representation of the tree.

Returns:
A string representation of the tree.