Uses of Interface
org.scijava.parsington.eval.Evaluator
Packages that use Evaluator
-
Uses of Evaluator in org.scijava.parsington.eval
Subinterfaces of Evaluator in org.scijava.parsington.evalModifier and TypeInterfaceDescriptioninterface
Interface for stack-based expression evaluators, operating on postfix queues.interface
Interface for expression evaluators which support thestandard operators
.interface
Interface for stack-based evaluators which support the standard operators.interface
Interface for tree-based evaluators which support the standard operators.interface
Interface for tree-based expression evaluators, operating on syntax trees.Classes in org.scijava.parsington.eval that implement EvaluatorModifier and TypeClassDescriptionclass
Base class forEvaluator
implementations.class
Base class forStandardEvaluator
implementations on common built-in types:Boolean
s,String
s andNumber
s.class
An expression evaluator for moststandard operators
with common built-in types (i.e.:Boolean
s,String
s andNumber
s).class
An expression evaluator for moststandard operators
with common built-in types (i.e.:Boolean
s,String
s andNumber
s).Constructors in org.scijava.parsington.eval with parameters of type Evaluator