◆ getNoOfOperands()
static short ppt4j.util.OpcodeUtils.getNoOfOperands |
( |
final int | index | ) |
|
|
static |
Get the number of words consumed by the given opcode.
- Parameters
-
index | the index of the opcode |
- Returns
- Number of byte code operands
◆ getOpcodeName()
static String ppt4j.util.OpcodeUtils.getOpcodeName |
( |
final int | index | ) |
|
|
static |
◆ ILLEGAL_OPCODE
final String ppt4j.util.OpcodeUtils.ILLEGAL_OPCODE = "<illegal opcode>" |
|
static |
Mnemonic for an illegal opcode.
◆ OPCODE_NAMES_LENGTH
final int ppt4j.util.OpcodeUtils.OPCODE_NAMES_LENGTH = OPCODE_NAMES.length |
|
static |
◆ RESERVED
final short ppt4j.util.OpcodeUtils.RESERVED = -3 |
|
static |
◆ UNDEFINED
final short ppt4j.util.OpcodeUtils.UNDEFINED = -1 |
|
static |
◆ UNPREDICTABLE
final short ppt4j.util.OpcodeUtils.UNPREDICTABLE = -2 |
|
static |
The documentation for this class was generated from the following file: