Uses of Interface
org.scijava.parse.eval.Evaluator
Packages that use Evaluator
-
Uses of Evaluator in org.scijava.parse.eval
Subinterfaces of Evaluator in org.scijava.parse.evalModifier and TypeInterfaceDescriptioninterface
Interface for stack-based expression evaluators.interface
Interface for expression evaluators which support thestandard operators
.Classes in org.scijava.parse.eval that implement EvaluatorModifier and TypeClassDescriptionclass
Base class forEvaluator
implementations.class
Base class forStackEvaluator
implementations.class
Base class for stack-based evaluators which support the standard operators.class
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