public interface StackEvaluator extends Evaluator
Modifier and Type | Method and Description |
---|---|
Object |
execute(Operator op,
Deque<Object> stack)
Executes the given
operation with the specified value
stack. |
Copyright © 2015–2022 SciJava. All rights reserved.