Class Op_RSLOAD

    • Field Detail

      • Display_Text

        private static final short @NotNull [] Display_Text
        Test to Display on Program, Print and Debug.
      • Logger

        private static final Logger Logger

        class logger instance

      • TAG

        private static final String TAG

        class logger tag.

    • Constructor Detail

      • Op_RSLOAD

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

      • Execute_IO

        private void Execute_IO​(short @NotNull [] File_Name,
                                @NotNull
                                @NotNull String Java_File_Name)
                         throws Error

        save program file

        Parameters:
        File_Name - File name to display while saving
        Java_File_Name - Java style file name
        Throws:
        Error - Something went wrong
      • Execute_Run

        private void Execute_Run​(short @NotNull [] File_Name,
                                 @NotNull
                                 @NotNull String Java_File_Name)
                          throws Error

        same data file

        Parameters:
        File_Name - File name to display while saving
        Java_File_Name - Java style file name
        Throws:
        Error - Something went wrong
      • Execute_Shift_IO

        private void Execute_Shift_IO​(short @NotNull [] File_Name,
                                      @NotNull
                                      @NotNull String Java_File_Name)
                               throws Error

        Save all file

        Parameters:
        File_Name - File name to display while saving
        Java_File_Name - Java style file name
        Throws:
        Error - Something went wrong