|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.singularsys.jep.walkers.PostfixTreeWalker
com.singularsys.jep.walkers.TreeAnalyzer
public class TreeAnalyzer
Nested Class Summary | |
---|---|
static class |
TreeAnalyzer.TreeCounts
|
Constructor Summary | |
---|---|
TreeAnalyzer()
|
Method Summary | |
---|---|
TreeAnalyzer.TreeCounts |
analyze(Node node)
|
protected void |
visit(ASTConstant node,
int nchildren,
int depth)
|
protected void |
visit(ASTFunNode node,
int nchildren,
int depth)
|
protected void |
visit(ASTVarNode node,
int nchildren,
int depth)
|
Methods inherited from class com.singularsys.jep.walkers.PostfixTreeWalker |
---|
supressExaminingChildren, walk, walkSubEquations |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TreeAnalyzer()
Method Detail |
---|
public TreeAnalyzer.TreeCounts analyze(Node node) throws EvaluationException
EvaluationException
protected void visit(ASTFunNode node, int nchildren, int depth) throws EvaluationException
visit
in class PostfixTreeWalker
EvaluationException
protected void visit(ASTVarNode node, int nchildren, int depth) throws EvaluationException
visit
in class PostfixTreeWalker
EvaluationException
protected void visit(ASTConstant node, int nchildren, int depth) throws EvaluationException
visit
in class PostfixTreeWalker
EvaluationException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |