hex.rf
Class CodeTreePrinter
java.lang.Object
hex.rf.TreePrinter
hex.rf.CodeTreePrinter
public class CodeTreePrinter
- extends TreePrinter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CodeTreePrinter
public CodeTreePrinter(java.io.OutputStream dest,
ValueArray.Column[] columns,
int[] mapping,
java.lang.String[] classNames)
CodeTreePrinter
public CodeTreePrinter(java.lang.Appendable dest,
ValueArray.Column[] columns,
int[] mapping,
java.lang.String[] classNames)
printTree
public void printTree(Tree t)
throws java.io.IOException
- Specified by:
printTree
in class TreePrinter
- Throws:
java.io.IOException
dumpColumnConstants
public CodeTreePrinter dumpColumnConstants()
dumpClassConstants
public CodeTreePrinter dumpClassConstants()
walkSerializedTree
public CodeTreePrinter walkSerializedTree(AutoBuffer tbits)