Package net.sourceforge.uiq3.hp45
Class op_test_s
- java.lang.Object
-
- net.sourceforge.uiq3.hp45.op_test_s
-
- All Implemented Interfaces:
IOperation
final class op_test_s extends Object implements IOperation
-
-
Constructor Summary
Constructors Constructor Description op_test_s(Calculator calculator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
Execute(short Opcode)
Execute virtual CPU command or key stroke
-
-
-
Field Detail
-
Logger
private static final Logger Logger
Class logger instance.
-
TAG
private static final String TAG
Class logger tag.
-
Owner
private final Calculator Owner
-
-
Constructor Detail
-
op_test_s
op_test_s(Calculator calculator)
- Parameters:
calculator
-
-
-
Method Detail
-
Execute
public void Execute(short Opcode)
Description copied from interface:IOperation
Execute virtual CPU command or key stroke
- Specified by:
Execute
in interfaceIOperation
- Parameters:
Opcode
- Opcode to be executed
-
-