public abstract static class Tree.INode
extends java.lang.Object
| Constructor and Description |
|---|
Tree.INode() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
print(TreePrinter treePrinter) |
public abstract void print(TreePrinter treePrinter) throws java.io.IOException
java.io.IOException