Uses of Class
net.sourceforge.uiq3.calculator.Error
-
Packages that use Error Package Description net.sourceforge.uiq3.calculator Library for calculator applications.net.sourceforge.uiq3.fx602p FX-602P simulation. -
-
Uses of Error in net.sourceforge.uiq3.calculator
Methods in net.sourceforge.uiq3.calculator that throw Error Modifier and Type Method Description voidIA_Register. Add_Numeric(short Digit)Add a numeric value - this is a non scrolling operation.short @NotNull []IProgrammable_Operation. Display(short Opcode)Display command for program mode.voidIOperation. Execute(short Opcode)Execute virtual CPU command or key strokeshort @NotNull []IL_Register. Format()Format in standard format.short @NotNull []IL_Register. Format_Print()Format in printer formatintIA_Register. Insert(short @NotNull [] Text)Insert content of an String.voidIA_Register. Insert_X()Insert content of L0 aka X register into the string.NumberIA_Register. Numeric_Value()Get value of the register for use with as BCD.voidIL_Register. Value(Number Value)Set value of the register. -
Uses of Error in net.sourceforge.uiq3.fx602p
Subclasses of Error in net.sourceforge.uiq3.fx602p Modifier and Type Class Description classErrorOperation Error.(package private) classGo_ErrorOperation Error.classM_ErrorOperation M_Error.classOp_ErrorOperation Error.classP_ErrorOperation P_Error.Methods in net.sourceforge.uiq3.fx602p that throw Error Modifier and Type Method Description private static voidOp_Num. Add_Digit(@NotNull Calculator Owner, short Digit)Add a DigitvoidA_Register. Add_Numeric(short Digit)Add a numeric value - this is a non scrolling operation.voidA_Register. Execute(short Opcode)Execute virtual CPU commandvoidKey_AC. Execute(short Key_Code)voidOp_Alpha. Execute(short Opcode)voidOp_Degree. Execute(short Opcode)voidOp_DSZ. Execute(short Opcode)voidOp_ENG. Execute(short Opcode)voidOp_Interface. Execute(short Opcode)voidOp_Inv_Degree. Execute(short Opcode)voidOp_ISZ. Execute(short Opcode)voidOp_LOAD. Execute(short Opcode)voidOp_M_Minus. Execute(short Opcode)voidOp_M_Plus. Execute(short Opcode)voidOp_M. Execute(short Opcode)voidOp_Min. Execute(short Opcode)voidOp_MR. Execute(short Opcode)voidOp_Num. Execute(short Opcode)Execute token representing a 0voidOp_Percent. Execute(short Opcode)voidOp_RND. Execute(short Opcode)voidOp_SAVE. Execute(short Opcode)voidOp_X_Equal_0. Execute(short Opcode)voidOp_X_Equal_F. Execute(short Opcode)voidOp_X_Greater_Equal_0. Execute(short Opcode)voidOp_X_Greater_Equal_F. Execute(short Opcode)voidOp_X_M. Execute(short Opcode)private voidKey_AC. Execute_Interactive()private voidCalculator. Execute_Mode_Pcl()Handles the program clear, save and load.(package private) voidCalculator. Execute_Mode_Run()Handles running the calculatorintA_Register. Insert(short @NotNull [] Text)Insert content of an String.voidA_Register. Insert_X()Insert content of L0 aka X register into the string.protected voidOp_Jump. Skip()
-