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(long mnenoc_pos, OpcodeTables.Opcode opcode, Indexer arg, Object arg2) (package private) voidCodeAttr.checkLocVars(OpcodeTables.Opcode opcode) voidCodeAttr.LocVarDataDef(OpcodeTables.Opcode opcode, long position, int index, ConstCell<?> nameCell, ConstCell<?> descriptorCell) Constructs the local variable nameCell:descriptorCell assigned to the slot index.voidCodeAttr.LocVarDataEnd(OpcodeTables.Opcode opcode, short slot, long position) Marks the end of Local Variable (Type) presented in the form endVar index: locVarSlots[slot] = VACANT and sets the Length of the Local Var(package private) voidParser.parseLocVarDef(OpcodeTables.Opcode opcode) Parse a local variable (type) presented in the form (var) index #name_index:#descriptor_index; [ (var) index name:descriptor; ] or (type) index #name_index:#signature_index; [ (type) index name:signature; ](package private) voidParser.parseLocVarEnd(OpcodeTables.Opcode opcode) Parse The index (LOCAL_VARIABLE) into the local variable array of the instructions: either endvar LOCAL_VARIABLE; or endtype LOCAL_VARIABLE;private static voidOpcodeTables.registerOpcode(OpcodeTables.Opcode opc) Instr.set(int pc, long pos, OpcodeTables.Opcode opc, Indexer arg, Object arg2)