Uses of Interface
org.scijava.parsington.eval.StackEvaluator
Packages that use StackEvaluator
-
Uses of StackEvaluator in org.scijava.parsington.eval
Subinterfaces of StackEvaluator in org.scijava.parsington.evalModifier and TypeInterfaceDescriptioninterface
Interface for stack-based evaluators which support the standard operators.Classes in org.scijava.parsington.eval that implement StackEvaluatorModifier and TypeClassDescriptionclass
An expression evaluator for moststandard operators
with common built-in types (i.e.:Boolean
s,String
s andNumber
s).