Package org.scijava.parse.eval
Interface StackEvaluator
- All Superinterfaces:
Evaluator
- All Known Implementing Classes:
AbstractStackEvaluator
,AbstractStandardStackEvaluator
,DefaultEvaluator
Interface for stack-based expression evaluators.
- Author:
- Curtis Rueden
-
Method Summary
-
Method Details
-
execute
Executes the givenoperation
with the specified value stack.
-