Uses of Class
org.openjdk.asmtools.jasm.OpcodeTables.Opcode
-
Packages that use OpcodeTables.Opcode Package Description org.openjdk.asmtools.jasm -
-
Uses of OpcodeTables.Opcode in org.openjdk.asmtools.jasm
Fields in org.openjdk.asmtools.jasm declared as OpcodeTables.Opcode Modifier and Type Field Description (package private) OpcodeTables.Opcode
Instr. opc
Fields in org.openjdk.asmtools.jasm with type parameters of type OpcodeTables.Opcode Modifier and Type Field 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
Methods in org.openjdk.asmtools.jasm that return OpcodeTables.Opcode Modifier and Type Method 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.Methods in org.openjdk.asmtools.jasm with parameters of type OpcodeTables.Opcode Modifier and Type Method 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)
Constructors in org.openjdk.asmtools.jasm with parameters of type OpcodeTables.Opcode Constructor Description Instr(int pc, int pos, OpcodeTables.Opcode opc, Argument arg, java.lang.Object arg2)
-