public class PrefixTreeDumper extends PrefixTreeWalker
| Constructor and Description |
|---|
PrefixTreeDumper() |
PrefixTreeDumper(java.io.PrintStream stream) |
| Modifier and Type | Method and Description |
|---|---|
void |
dump(Node node) |
protected void |
output(Node n,
int depth1) |
protected void |
visit(ASTConstant node,
int nchildren,
int depth1) |
protected void |
visit(ASTFunNode node,
int nchildren,
int depth1) |
protected void |
visit(ASTOpNode node,
int nchildren,
int depth1) |
protected void |
visit(ASTVarNode node,
int nchildren,
int depth1) |
walkpublic PrefixTreeDumper()
public PrefixTreeDumper(java.io.PrintStream stream)
public void dump(Node node) throws JepException
JepExceptionprotected void visit(ASTConstant node, int nchildren, int depth1)
visit in class PrefixTreeWalkerprotected void visit(ASTFunNode node, int nchildren, int depth1)
visit in class PrefixTreeWalkerprotected void visit(ASTOpNode node, int nchildren, int depth1)
visit in class PrefixTreeWalkerprotected void visit(ASTVarNode node, int nchildren, int depth1)
visit in class PrefixTreeWalkerprotected void output(Node n, int depth1)
Copyright © 2018 Singular Systems http://www.singularsys.com/jep