Uses of Interface
org.scijava.parsington.eval.StandardEvaluator
Packages that use StandardEvaluator
-
Uses of StandardEvaluator in org.scijava.parsington.eval
Subinterfaces of StandardEvaluator in org.scijava.parsington.evalModifier and TypeInterfaceDescriptioninterface
Interface for stack-based evaluators which support the standard operators.interface
Interface for tree-based evaluators which support the standard operators.Classes in org.scijava.parsington.eval that implement StandardEvaluatorModifier and TypeClassDescriptionclass
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).