Package net.sourceforge.uiq3.fx603p
Class Op_RSLOAD
- java.lang.Object
-
- net.sourceforge.uiq3.fx603p.Owned_Operation
-
- net.sourceforge.uiq3.fx603p.Programmable_Operation
-
- net.sourceforge.uiq3.fx603p.Op_Interface
-
- net.sourceforge.uiq3.fx603p.Op_RSLOAD
-
- All Implemented Interfaces:
IClear,IOperation,IOwned_Operation,IProgrammable_Operation,IProgrammable_Operation
final class Op_RSLOAD extends Op_Interface
Save / Print Data- Author:
- "Martin Krischik" «krischik@users.sourceforge.net»
-
-
Field Summary
Fields Modifier and Type Field Description private static short @NotNull []Display_TextTest to Display on Program, Print and Debug.private static LoggerLoggerclass logger instanceprivate static StringTAGclass logger tag.-
Fields inherited from class net.sourceforge.uiq3.fx603p.Op_Interface
Backup_Active_Numeric, Backup_Active_Text, Backup_Display_Count, Backup_L, Backup_Print, Backup_Printer_Count, Backup_Text, HAS_BEEN_SET_AT_THE_BEGINNING_OF_THE_SAVE_OPERATION
-
Fields inherited from class net.sourceforge.uiq3.fx603p.Owned_Operation
Owner
-
Fields inherited from interface net.sourceforge.uiq3.fx603p.IProgrammable_Operation
No_Display
-
-
Constructor Summary
Constructors Constructor Description Op_RSLOAD(Calculator Owner)Create operation and attach to owning calculator.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description short @NotNull []Display(short Opcode)Display Operation in Wrt mode.voidExecute(short Opcode)Execute virtual CPU command or key strokeprivate voidExecute_IO(short @NotNull [] File_Name, @NotNull String Java_File_Name)save program fileprivate voidExecute_Run(short @NotNull [] File_Name, @NotNull String Java_File_Name)same data fileprivate voidExecute_Shift_IO(short @NotNull [] File_Name, @NotNull String Java_File_Name)Save all file-
Methods inherited from class net.sourceforge.uiq3.fx603p.Op_Interface
Casio_File_Name, Clear, Clear_Backup, Display_File_Name, Filename, Java_File_Name, Restore_Display
-
Methods inherited from class net.sourceforge.uiq3.fx603p.Programmable_Operation
Token
-
Methods inherited from class net.sourceforge.uiq3.fx603p.Owned_Operation
µReset, µReset, toString
-
-
-
-
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
-
Display
public short @NotNull [] Display(short Opcode) throws Op_ErrorDisplay Operation in Wrt mode.- Parameters:
Opcode- Virtual CPU Operation to be executed- Returns:
- String to be displayed
- Throws:
Op_Error- See Also:
IProgrammable_Operation.Display(short)
-
Execute
public void Execute(short Opcode) throws ErrorDescription copied from interface:IOperationExecute virtual CPU command or key stroke
- Specified by:
Executein interfaceIOperation- Overrides:
Executein classOp_Interface- Parameters:
Opcode- Virtual CPU Operation to be executed- Throws:
Error- a calculator error happened- See Also:
IOperation.Execute(short)
-
Execute_IO
private void Execute_IO(short @NotNull [] File_Name, @NotNull @NotNull String Java_File_Name) throws Errorsave program file
- Parameters:
File_Name- File name to display while savingJava_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 Errorsame data file
- Parameters:
File_Name- File name to display while savingJava_File_Name- Java style file name- Throws:
Error- Something went wrong
-
-