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 interfaceStackEvaluatorInterface for stack-based expression evaluators.interfaceStandardEvaluatorInterface for expression evaluators which support thestandard operators.Classes in org.scijava.parse.eval that implement Evaluator Modifier and Type Class Description classAbstractEvaluatorBase class forEvaluatorimplementations.classAbstractStackEvaluatorBase class forStackEvaluatorimplementations.classAbstractStandardStackEvaluatorBase class for stack-based evaluators which support the standard operators.classDefaultEvaluatorAn expression evaluator for moststandard operatorswith common built-in types (i.e.:Booleans,Strings andNumbers).Constructors in org.scijava.parse.eval with parameters of type Evaluator Constructor Description EvaluatorConsole(Evaluator evaluator)
-