org.scijava.sjep.eval
Interface StackEvaluator

All Superinterfaces:
Evaluator
All Known Implementing Classes:
AbstractStackEvaluator, AbstractStandardStackEvaluator, DefaultEvaluator

public interface StackEvaluator
extends Evaluator

Interface for stack-based expression evaluators.

Author:
Curtis Rueden

Method Summary
 Object execute(Verb verb, Deque<Object> stack)
          Executes the given operation (typically an Operator or a Function) with the specified value stack.
 
Methods inherited from interface org.scijava.sjep.eval.Evaluator
evaluate, evaluate, evaluate, get, set, setAll, value
 

Method Detail

execute

Object execute(Verb verb,
               Deque<Object> stack)
Executes the given operation (typically an Operator or a Function) with the specified value stack.



Copyright © 2015 SciJava. All rights reserved.