Uses of Package
org.scijava.parsington.eval
Packages that use org.scijava.parsington.eval
-
Classes in org.scijava.parsington.eval used by org.scijava.parsington.evalClassDescriptionBase class for
Evaluator
implementations.Base class forStandardEvaluator
implementations on common built-in types:Boolean
s,String
s andNumber
s.Interface for expression evaluators.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.