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 final HashMap<Integer, OpcodeTables.Opcode> OpcodeTables.IntToAllOpcodesprivate static final HashMap<String, OpcodeTables.Opcode> OpcodeTables.MnemocodesMethods in org.openjdk.asmtools.jasm that return OpcodeTables.OpcodeModifier and TypeMethodDescriptionstatic OpcodeTables.Opcodestatic OpcodeTables.Opcodestatic OpcodeTables.OpcodeReturns 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) voidCodeAttr.addInstr(int mnenoc_pos, OpcodeTables.Opcode opcode, Indexer arg, Object arg2) private static voidOpcodeTables.registerOpcode(OpcodeTables.Opcode opc) Instr.set(int pc, int pos, OpcodeTables.Opcode opc, Indexer arg, Object arg2)