Package net.sourceforge.uiq3.fx603p
Class Op_ln_HEX
- java.lang.Object
-
- net.sourceforge.uiq3.fx603p.Owned_Operation
-
- net.sourceforge.uiq3.fx603p.Programmable_Operation
-
- net.sourceforge.uiq3.fx603p.Op_ln_HEX
-
- All Implemented Interfaces:
IClear,IOperation,IOwned_Operation,IProgrammable_Operation,IProgrammable_Operation
final class Op_ln_HEX extends Programmable_Operation
Halt Calculator- Author:
- "Martin Krischik" «krischik@users.sourceforge.net»
-
-
Field Summary
Fields Modifier and Type Field Description private static @org.jetbrains.annotations.NotNull short[]Display_TextTest to Dispay on Program, Print and Debug.private static @org.jetbrains.annotations.NotNull short[]Display_Text_ExFnTest to Dispay on Program, Print and Debug for ExFn functionsprivate static Loggerloggerclass logger instanceprivate static StringTAGclass logger tag.-
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_ln_HEX(Calculator Owner)Create operation and attach to owning calculator.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidClear(boolean AC)Reset state - for state full operations.@org.jetbrains.annotations.NotNull short[]Display(short Opcode)Display Operatin in Prog mode.voidExecute(short Opcode)Execute Token for Kex natural logarithm.-
Methods inherited from class net.sourceforge.uiq3.fx603p.Programmable_Operation
Token
-
Methods inherited from class net.sourceforge.uiq3.fx603p.Owned_Operation
µReset, µReset, toString
-
-
-
-
Field Detail
-
Display_Text
@NotNull private static final @org.jetbrains.annotations.NotNull short[] Display_Text
Test to Dispay on Program, Print and Debug.
-
Display_Text_ExFn
@NotNull private static final @org.jetbrains.annotations.NotNull short[] Display_Text_ExFn
Test to Dispay on Program, Print and Debug for ExFn functions
-
logger
private static final Logger logger
class logger instance
-
TAG
private static final String TAG
class logger tag.
-
-
Constructor Detail
-
Op_ln_HEX
public Op_ln_HEX(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 ErrorExecute Token for Kex natural logarithm.- 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)
-
-