Class Op_Jump

    • Field Detail

      • Logger

        private static final Logger Logger

        class Logger instance

      • TAG

        private static final String TAG

        class Logger tag.

    • Constructor Detail

      • Op_Jump

        protected Op_Jump​(Calculator Owner)
        Create operation and attach to owning calculator.
        Parameters:
        Owner - Calculator which will call this Opcode
    • Method Detail

      • Skip

        protected final void Skip()
                           throws net.sourceforge.uiq3.calculator.Error
        Throws:
        net.sourceforge.uiq3.calculator.Error - some error happened
        See Also:
        IOperation.Execute(short)