Package | Description |
---|---|
org.openjdk.asmtools.jasm |
Modifier and Type | Field and Description |
---|---|
(package private) OpcodeTables.Opcode |
Instr.opc |
Modifier and Type | Field and Description |
---|---|
private static java.util.HashMap<java.lang.Integer,OpcodeTables.Opcode> |
OpcodeTables.IntToAllOpcodes |
private static java.util.HashMap<java.lang.Integer,OpcodeTables.Opcode> |
OpcodeTables.IntToNonPrivOpcode |
private static java.util.HashMap<java.lang.Integer,OpcodeTables.Opcode> |
OpcodeTables.IntToNormalOpcodes |
private static java.util.HashMap<java.lang.Integer,OpcodeTables.Opcode> |
OpcodeTables.IntToPrivOpcode |
private static java.util.HashMap<java.lang.String,OpcodeTables.Opcode> |
OpcodeTables.mnemocodes |
private static java.util.HashMap<java.lang.String,OpcodeTables.Opcode> |
OpcodeTables.NonPrivMnemocodes |
private static java.util.HashMap<java.lang.String,OpcodeTables.Opcode> |
OpcodeTables.PrivMnemocodes |
Modifier and Type | Method and Description |
---|---|
static OpcodeTables.Opcode |
OpcodeTables.opcode(java.lang.Integer mnem_code) |
static OpcodeTables.Opcode |
OpcodeTables.opcode(java.lang.String mnemonic) |
static OpcodeTables.Opcode |
OpcodeTables.Opcode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OpcodeTables.Opcode[] |
OpcodeTables.Opcode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
CodeAttr.addInstr(int mnenoc_pos,
OpcodeTables.Opcode opcode,
Argument arg,
java.lang.Object arg2) |
private static void |
OpcodeTables.registerOpcode(OpcodeTables.Opcode opc) |
Constructor and Description |
---|
Instr(int pc,
int pos,
OpcodeTables.Opcode opc,
Argument arg,
java.lang.Object arg2) |