Uses of Enum Class
org.openjdk.asmtools.jasm.OpcodeTables.Opcode
Packages that use OpcodeTables.Opcode
-
Uses of OpcodeTables.Opcode in org.openjdk.asmtools.jasm
Subclasses with type arguments of type OpcodeTables.Opcode in org.openjdk.asmtools.jasmFields in org.openjdk.asmtools.jasm declared as OpcodeTables.OpcodeFields in org.openjdk.asmtools.jasm with type parameters of type OpcodeTables.OpcodeModifier and TypeFieldDescriptionprivate static final HashMap
<Integer, OpcodeTables.Opcode> OpcodeTables.IntToAllOpcodes
private static final HashMap
<String, OpcodeTables.Opcode> OpcodeTables.Mnemocodes
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, Indexer arg, Object arg2) private static void
OpcodeTables.registerOpcode
(OpcodeTables.Opcode opc) Instr.set
(int pc, int pos, OpcodeTables.Opcode opc, Indexer arg, Object arg2)