Class BitwiseOperators.AbstractLogicalOperator

    • Constructor Detail

      • AbstractLogicalOperator

        private AbstractLogicalOperator()
    • Method Detail

      • execute

        public void execute​(ExecutionContext context)
        Description copied from interface: Operator
        Executes the operator. The method can inspect and manipulate the stack.
        Specified by:
        execute in interface Operator
        Parameters:
        context - the execution context
      • applyForBoolean

        protected abstract boolean applyForBoolean​(boolean bool1,
                                                   boolean bool2)
      • applyforInteger

        protected abstract int applyforInteger​(int int1,
                                               int int2)