Tree.dump

void dump(gda.tree_node.TreeNode node = null, void * stream = null)

Dumps the contents of tree to stream, using a hierarchical view.

Parameters

nodea #GdaTreeNode to start the dump from, or null for a full dump
streama stream to send the dump to, or null for STDOUT