|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecthex.rf.TreePrinter
public abstract class TreePrinter
| Field Summary | |
|---|---|
protected java.lang.String[] |
_classNames
|
protected int[] |
_colMapping
|
protected ValueArray.Column[] |
_cols
|
| Constructor Summary | |
|---|---|
TreePrinter(ValueArray.Column[] columns,
int[] colMapping,
java.lang.String[] classNames)
|
|
| Method Summary | |
|---|---|
abstract void |
printTree(Tree t)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final ValueArray.Column[] _cols
protected final java.lang.String[] _classNames
protected final int[] _colMapping
| Constructor Detail |
|---|
public TreePrinter(ValueArray.Column[] columns,
int[] colMapping,
java.lang.String[] classNames)
| Method Detail |
|---|
public abstract void printTree(Tree t)
throws java.io.IOException
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||