Uses of Interface
org.scijava.parse.eval.Evaluator
-
Packages that use Evaluator Package Description org.scijava.parse.eval -
-
Uses of Evaluator in org.scijava.parse.eval
Subinterfaces of Evaluator in org.scijava.parse.eval Modifier and Type Interface Description interface
StackEvaluator
Interface for stack-based expression evaluators.interface
StandardEvaluator
Interface for expression evaluators which support thestandard operators
.Classes in org.scijava.parse.eval that implement Evaluator Modifier and Type Class Description class
AbstractEvaluator
Base class forEvaluator
implementations.class
AbstractStackEvaluator
Base class forStackEvaluator
implementations.class
AbstractStandardStackEvaluator
Base class for stack-based evaluators which support the standard operators.class
DefaultEvaluator
An expression evaluator for moststandard operators
with common built-in types (i.e.:Boolean
s,String
s andNumber
s).Constructors in org.scijava.parse.eval with parameters of type Evaluator Constructor Description EvaluatorConsole(Evaluator evaluator)
-