Interface StackEvaluator

    • Method Detail

      • execute

        java.lang.Object execute​(Operator op,
                                 java.util.Deque<java.lang.Object> stack)
        Executes the given operation with the specified value stack.