Uses of Enum Class
org.openjdk.asmtools.jasm.OpcodeTables.Opcode
Packages that use OpcodeTables.Opcode
-
Uses of OpcodeTables.Opcode in org.openjdk.asmtools.jasm
Fields in org.openjdk.asmtools.jasm declared as OpcodeTables.OpcodeFields in org.openjdk.asmtools.jasm with type parameters of type OpcodeTables.OpcodeModifier and TypeFieldDescriptionprivate static HashMap<Integer,
OpcodeTables.Opcode> OpcodeTables.IntToAllOpcodes
private static HashMap<Integer,
OpcodeTables.Opcode> OpcodeTables.IntToNonPrivOpcode
private static HashMap<Integer,
OpcodeTables.Opcode> OpcodeTables.IntToNormalOpcodes
private static HashMap<Integer,
OpcodeTables.Opcode> OpcodeTables.IntToPrivOpcode
private static HashMap<String,
OpcodeTables.Opcode> OpcodeTables.mnemocodes
private static HashMap<String,
OpcodeTables.Opcode> OpcodeTables.NonPrivMnemocodes
private static HashMap<String,
OpcodeTables.Opcode> OpcodeTables.PrivMnemocodes
Methods in org.openjdk.asmtools.jasm that return OpcodeTables.OpcodeModifier and TypeMethodDescriptionstatic OpcodeTables.Opcode
static OpcodeTables.Opcode
static OpcodeTables.Opcode
Returns the enum constant of this class with the specified name.static OpcodeTables.Opcode[]
OpcodeTables.Opcode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openjdk.asmtools.jasm with parameters of type OpcodeTables.OpcodeModifier and TypeMethodDescription(package private) void
CodeAttr.addInstr
(int mnenoc_pos, OpcodeTables.Opcode opcode, Argument arg, Object arg2) private static void
OpcodeTables.registerOpcode
(OpcodeTables.Opcode opc) Constructors in org.openjdk.asmtools.jasm with parameters of type OpcodeTables.OpcodeModifierConstructorDescriptionInstr
(int pc, int pos, OpcodeTables.Opcode opc, Argument arg, Object arg2)