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 HashMap<Integer, OpcodeTables.Opcode> OpcodeTables.IntToAllOpcodesprivate static HashMap<Integer, OpcodeTables.Opcode> OpcodeTables.IntToNonPrivOpcodeprivate static HashMap<Integer, OpcodeTables.Opcode> OpcodeTables.IntToNormalOpcodesprivate static HashMap<Integer, OpcodeTables.Opcode> OpcodeTables.IntToPrivOpcodeprivate static HashMap<String, OpcodeTables.Opcode> OpcodeTables.mnemocodesprivate static HashMap<String, OpcodeTables.Opcode> OpcodeTables.NonPrivMnemocodesprivate static HashMap<String, OpcodeTables.Opcode> OpcodeTables.PrivMnemocodesMethods 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, Argument arg, Object arg2) private static voidOpcodeTables.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)