Package com.singularsys.jep.walkers

Expression tree traversal classes, postfix evaluator, expression serializer, and tree dumpers

See:
          Description

Class Summary
ExpressionSerializer Serialize an expression in a compact form.
PostfixDumperConsole  
PostfixEvaluationConsole  
PostfixEvaluator Evaluation component that avoids excessive use of the stack for large expressions.
PostfixTreeWalker Base class for routines which use a non recursive tree walker strategy.
PrefixTreeDumper Dumps the contents of a tree to a specified stream, or to standard output.
PrefixTreeWalker Base class for routines which use a non recursive tree walker strategy.
TreeAnalyzer  
TreeAnalyzer.TreeCounts  
 

Package com.singularsys.jep.walkers Description

Expression tree traversal classes, postfix evaluator, expression serializer, and tree dumpers



Copyright © 2007 Singular Systems http://www.singularsys.com/jep