Class ExecutionStack


  • public class ExecutionStack
    extends Object
    • Constructor Detail

      • ExecutionStack

        public ExecutionStack()
    • Method Detail

      • isEmpty

        public boolean isEmpty()
      • add

        public void add​(Object o)
      • push

        public void push​(Object o)
      • dup

        public void dup()
      • peekBoolean

        public Boolean peekBoolean()
      • peek2

        public Object peek2()
      • popBoolean

        public Boolean popBoolean()
      • discard

        public void discard()
      • size

        public int size()
      • isReduceable

        public boolean isReduceable()
      • clear

        public void clear()
      • xswap_op

        public void xswap_op()
      • op

        public void op()
      • op

        public void op​(int operator)
      • xswap

        public void xswap()
      • xswap2

        public void xswap2()
      • deepCount

        public int deepCount()