public abstract class AbstractStackEvaluator extends AbstractEvaluator implements StackEvaluator
StackEvaluator
implementations.Constructor and Description |
---|
AbstractStackEvaluator() |
AbstractStackEvaluator(ExpressionParser parser) |
Modifier and Type | Method and Description |
---|---|
Object |
evaluate(LinkedList<Object> queue)
Evaluates the given postfix token queue, returning the result.
|
evaluate, evaluate, get, getParser, isStrict, set, setAll, setStrict, value
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
execute
public AbstractStackEvaluator()
public AbstractStackEvaluator(ExpressionParser parser)
Copyright © 2015–2022 SciJava. All rights reserved.