public interface StandardStackEvaluator extends StandardEvaluator, StackEvaluator
| Modifier and Type | Method and Description |
|---|---|
default Object |
execute(Operator op,
Deque<Object> stack)
Executes an
operation with the specified value stack. |
add, addAssign, andAssign, assign, bitwiseAnd, bitwiseOr, braces, brackets, colon, complement, div, divAssign, dot, dotDiv, dotDivAssign, dotMul, dotPow, dotPowAssign, dotRightDiv, dotRightDivAssign, dotTranspose, equal, execute, function, greaterThan, greaterThanOrEqual, instanceOf, leftShift, leftShiftAssign, lessThan, lessThanOrEqual, logicalAnd, logicalOr, mod, modAssign, mul, mulAssign, neg, not, notEqual, orAssign, parens, pos, postDec, postInc, pow, powAssign, preDec, preInc, question, rightDiv, rightDivAssign, rightShift, rightShiftAssign, sub, subAssign, transpose, unsignedRightShift, unsignedRightShiftAssignevaluate, evaluate, evaluatedefault Object execute(Operator op, Deque<Object> stack)
StackEvaluatoroperation with the specified value stack.execute in interface StackEvaluatorop - The operator to execute.stack - The value stack containing the arguments to pass.Copyright © 2015–2023 SciJava. All rights reserved.