Package org.scijava.parsington.eval
package org.scijava.parsington.eval
-
ClassDescriptionBase class for
Evaluatorimplementations.Base class forStandardEvaluatorimplementations on common built-in types:Booleans,Strings andNumbers.An expression evaluator for moststandard operatorswith common built-in types (i.e.:Booleans,Strings andNumbers).An expression evaluator for moststandard operatorswith common built-in types (i.e.:Booleans,Strings andNumbers).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.