Class Op_Cos_E

    • Field Detail

      • Display_ExtFn_Text

        @NotNull
        private static final @org.jetbrains.annotations.NotNull short[] Display_ExtFn_Text
        Text to Display on Program, Print and Debug when ExtFf is active.
      • Display_Text

        @NotNull
        private static final @org.jetbrains.annotations.NotNull short[] Display_Text
        Test to Dispay on Program, Print and Debug.
      • TAG

        private static final String TAG

        class logger tag.

      • logger

        private static final Logger logger

        class logger instance

    • Constructor Detail

      • Op_Cos_E

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

      • Clear

        public void Clear​(boolean AC)
        Reset state - for state full operations.
        Parameters:
        AC - All Clear reset
        See Also:
        IClear.Clear(boolean)
      • Display

        @NotNull
        public @org.jetbrains.annotations.NotNull short[] Display​(short Opcode)
        Display Operatin in Prog mode.
        Parameters:
        Opcode - Virtual CPU Operation to be executed
        Returns:
        String to be displayed
        See Also:
        IProgrammable_Operation.Display(short)
      • Execute

        public void Execute​(short Opcode)
                     throws Error
        Description copied from interface: IOperation

        Execute virtual CPU command or key stroke

        Parameters:
        Opcode - Virtual CPU Operation to be executed
        Throws:
        Error - "Error" is an abstract exception class representing all possible errors the calculator can produce.
        Error
        See Also:
        IOperation.Execute(short)