Package org.scijava.parsington.eval
package org.scijava.parsington.eval
-
ClassDescriptionBase class for
Evaluator
implementations.Base class forStandardEvaluator
implementations on common built-in types:Boolean
s,String
s andNumber
s.An expression evaluator for moststandard operators
with common built-in types (i.e.:Boolean
s,String
s andNumber
s).An expression evaluator for moststandard operators
with common built-in types (i.e.:Boolean
s,String
s andNumber
s).Interface for expression evaluators.A simple console-driven expression evaluator.Interface for stack-based expression evaluators, operating on postfix queues.Interface for expression evaluators which support thestandard operators
.Interface for stack-based evaluators which support the standard operators.Interface for tree-based evaluators which support the standard operators.Interface for tree-based expression evaluators, operating on syntax trees.An unresolved/unknown variable value.