Module openj9.dtfj
Interface Emulator.Instruction
-
- Enclosing interface:
- Emulator
public static interface Emulator.InstructionThe base class of all instructions.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longaddress()Return the address of this instruction.intid()Returns a unique id identifying this instruction.StringtoString()Returns a description of this instruction in normal assembler listing format.
-