hex.rf
Class Tree.INode

java.lang.Object
  extended by hex.rf.Tree.INode
Enclosing class:
Tree

public abstract static class Tree.INode
extends java.lang.Object


Constructor Summary
Tree.INode()
           
 
Method Summary
abstract  void print(TreePrinter treePrinter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tree.INode

public Tree.INode()
Method Detail

print

public abstract void print(TreePrinter treePrinter)
                    throws java.io.IOException
Throws:
java.io.IOException