Package org.openjdk.asmtools.jasm
Enum Class OpcodeTables.Opcode
- All Implemented Interfaces:
Serializable
,Comparable<OpcodeTables.Opcode>
,Constable
- Enclosing class:
- OpcodeTables
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate void
init
(Integer val, String parse, String als, int len, OpcodeTables.OpcodeType tp) boolean
int
length()
parseKey()
type()
value()
static OpcodeTables.Opcode
Returns the enum constant of this class with the specified name.static OpcodeTables.Opcode[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
opc_dead
-
opc_label
-
opc_nop
-
opc_aconst_null
-
opc_iconst_m1
-
opc_iconst_0
-
opc_iconst_1
-
opc_iconst_2
-
opc_iconst_3
-
opc_iconst_4
-
opc_iconst_5
-
opc_lconst_0
-
opc_lconst_1
-
opc_fconst_0
-
opc_fconst_1
-
opc_fconst_2
-
opc_dconst_0
-
opc_dconst_1
-
opc_bipush
-
opc_sipush
-
opc_ldc
-
opc_ldc_w
-
opc_ldc2_w
-
opc_iload
-
opc_lload
-
opc_fload
-
opc_dload
-
opc_aload
-
opc_iload_0
-
opc_iload_1
-
opc_iload_2
-
opc_iload_3
-
opc_lload_0
-
opc_lload_1
-
opc_lload_2
-
opc_lload_3
-
opc_fload_0
-
opc_fload_1
-
opc_fload_2
-
opc_fload_3
-
opc_dload_0
-
opc_dload_1
-
opc_dload_2
-
opc_dload_3
-
opc_aload_0
-
opc_aload_1
-
opc_aload_2
-
opc_aload_3
-
opc_iaload
-
opc_laload
-
opc_faload
-
opc_daload
-
opc_aaload
-
opc_baload
-
opc_caload
-
opc_saload
-
opc_istore
-
opc_lstore
-
opc_fstore
-
opc_dstore
-
opc_astore
-
opc_istore_0
-
opc_istore_1
-
opc_istore_2
-
opc_istore_3
-
opc_lstore_0
-
opc_lstore_1
-
opc_lstore_2
-
opc_lstore_3
-
opc_fstore_0
-
opc_fstore_1
-
opc_fstore_2
-
opc_fstore_3
-
opc_dstore_0
-
opc_dstore_1
-
opc_dstore_2
-
opc_dstore_3
-
opc_astore_0
-
opc_astore_1
-
opc_astore_2
-
opc_astore_3
-
opc_iastore
-
opc_lastore
-
opc_fastore
-
opc_dastore
-
opc_aastore
-
opc_bastore
-
opc_castore
-
opc_sastore
-
opc_pop
-
opc_pop2
-
opc_dup
-
opc_dup_x1
-
opc_dup_x2
-
opc_dup2
-
opc_dup2_x1
-
opc_dup2_x2
-
opc_swap
-
opc_iadd
-
opc_ladd
-
opc_fadd
-
opc_dadd
-
opc_isub
-
opc_lsub
-
opc_fsub
-
opc_dsub
-
opc_imul
-
opc_lmul
-
opc_fmul
-
opc_dmul
-
opc_idiv
-
opc_ldiv
-
opc_fdiv
-
opc_ddiv
-
opc_irem
-
opc_lrem
-
opc_frem
-
opc_drem
-
opc_ineg
-
opc_lneg
-
opc_fneg
-
opc_dneg
-
opc_ishl
-
opc_lshl
-
opc_ishr
-
opc_lshr
-
opc_iushr
-
opc_lushr
-
opc_iand
-
opc_land
-
opc_ior
-
opc_lor
-
opc_ixor
-
opc_lxor
-
opc_iinc
-
opc_i2l
-
opc_i2f
-
opc_i2d
-
opc_l2i
-
opc_l2f
-
opc_l2d
-
opc_f2i
-
opc_f2l
-
opc_f2d
-
opc_d2i
-
opc_d2l
-
opc_d2f
-
opc_i2b
-
opc_i2c
-
opc_i2s
-
opc_lcmp
-
opc_fcmpl
-
opc_fcmpg
-
opc_dcmpl
-
opc_dcmpg
-
opc_ifeq
-
opc_ifne
-
opc_iflt
-
opc_ifge
-
opc_ifgt
-
opc_ifle
-
opc_if_icmpeq
-
opc_if_icmpne
-
opc_if_icmplt
-
opc_if_icmpge
-
opc_if_icmpgt
-
opc_if_icmple
-
opc_if_acmpeq
-
opc_if_acmpne
-
opc_goto
-
opc_jsr
-
opc_ret
-
opc_tableswitch
-
opc_lookupswitch
-
opc_ireturn
-
opc_lreturn
-
opc_freturn
-
opc_dreturn
-
opc_areturn
-
opc_return
-
opc_getstatic
-
opc_putstatic
-
opc_getfield
-
opc_putfield
-
opc_invokevirtual
-
opc_invokespecial
-
opc_invokestatic
-
opc_invokeinterface
-
opc_invokedynamic
-
opc_new
-
opc_newarray
-
opc_anewarray
-
opc_arraylength
-
opc_athrow
-
opc_checkcast
-
opc_instanceof
-
opc_monitorenter
-
opc_monitorexit
-
opc_wide
-
opc_multianewarray
-
opc_ifnull
-
opc_ifnonnull
-
opc_goto_w
-
opc_jsr_w
-
opc_breakpoint
-
opc_aconst_init
-
opc_withfield
-
opc_bytecode
-
opc_try
-
opc_endtry
-
opc_catch
-
opc_var
-
opc_endvar
-
opc_locals_map
-
opc_stack_map
-
opc_stack_frame_type
-
opc_nonpriv
-
opc_priv
-
opc_iload_w
-
opc_lload_w
-
opc_fload_w
-
opc_dload_w
-
opc_aload_w
-
opc_istore_w
-
opc_lstore_w
-
opc_fstore_w
-
opc_dstore_w
-
opc_astore_w
-
opc_ret_w
-
opc_iinc_w
-
opc_load_ubyte
-
opc_priv_load_ubyte
-
opc_load_byte
-
opc_priv_load_byte
-
opc_load_char
-
opc_priv_load_char
-
opc_load_short
-
opc_priv_load_short
-
opc_load_word
-
opc_priv_load_word
-
opc_load_char_oe
-
opc_priv_load_char_oe
-
opc_load_short_oe
-
opc_priv_load_short_oe
-
opc_load_word_oe
-
opc_priv_load_word_oe
-
opc_ncload_ubyte
-
opc_priv_ncload_ubyte
-
opc_ncload_byte
-
opc_priv_ncload_byte
-
opc_ncload_char
-
opc_priv_ncload_char
-
opc_ncload_short
-
opc_priv_ncload_short
-
opc_ncload_word
-
opc_priv_ncload_word
-
opc_ncload_char_oe
-
opc_priv_ncload_char_oe
-
opc_ncload_short_oe
-
opc_priv_ncload_short_oe
-
opc_ncload_word_oe
-
opc_priv_ncload_word_oe
-
opc_cache_flush
-
opc_priv_cache_flush
-
opc_store_byte
-
opc_priv_store_byte
-
opc_store_short
-
opc_priv_store_short
-
opc_store_word
-
opc_priv_store_word
-
opc_store_short_oe
-
opc_priv_store_short_oe
-
opc_store_word_oe
-
opc_priv_store_word_oe
-
opc_ncstore_byte
-
opc_priv_ncstore_byte
-
opc_ncstore_short
-
opc_priv_ncstore_short
-
opc_ncstore_word
-
opc_priv_ncstore_word
-
opc_ncstore_short_oe
-
opc_priv_ncstore_short_oe
-
opc_ncstore_word_oe
-
opc_priv_ncstore_word_oe
-
opc_zero_line
-
opc_priv_zero_line
-
opc_ret_from_sub
-
opc_enter_sync_method
-
opc_priv_ret_from_trap
-
opc_priv_read_dcache_tag
-
opc_priv_read_dcache_data
-
opc_priv_read_icache_tag
-
opc_priv_read_icache_data
-
opc_priv_powerdown
-
opc_priv_read_scache_data
-
opc_priv_cache_index_flush
-
opc_priv_write_dcache_tag
-
opc_priv_write_dcache_data
-
opc_priv_write_icache_tag
-
opc_priv_write_icache_data
-
opc_priv_reset
-
opc_priv_write_scache_data
-
opc_priv_read_reg_0
-
opc_priv_read_reg_1
-
opc_priv_read_reg_2
-
opc_priv_read_reg_3
-
opc_priv_read_reg_4
-
opc_priv_read_reg_5
-
opc_priv_read_reg_6
-
opc_priv_read_reg_7
-
opc_priv_read_reg_8
-
opc_priv_read_reg_9
-
opc_priv_read_reg_10
-
opc_priv_read_reg_11
-
opc_priv_read_reg_12
-
opc_priv_read_reg_13
-
opc_priv_read_reg_14
-
opc_priv_read_reg_15
-
opc_priv_read_reg_16
-
opc_priv_read_reg_17
-
opc_priv_read_reg_18
-
opc_priv_read_reg_19
-
opc_priv_read_reg_20
-
opc_priv_read_reg_21
-
opc_priv_read_reg_22
-
opc_priv_read_reg_23
-
opc_priv_read_reg_24
-
opc_priv_read_reg_25
-
opc_priv_read_reg_26
-
opc_priv_read_reg_27
-
opc_priv_read_reg_28
-
opc_priv_read_reg_29
-
opc_priv_read_reg_30
-
opc_priv_read_reg_31
-
opc_priv_write_reg_0
-
opc_priv_write_reg_1
-
opc_priv_write_reg_2
-
opc_priv_write_reg_3
-
opc_priv_write_reg_4
-
opc_priv_write_reg_5
-
opc_priv_write_reg_6
-
opc_priv_write_reg_7
-
opc_priv_write_reg_8
-
opc_priv_write_reg_9
-
opc_priv_write_reg_10
-
opc_priv_write_reg_11
-
opc_priv_write_reg_12
-
opc_priv_write_reg_13
-
opc_priv_write_reg_14
-
opc_priv_write_reg_15
-
opc_priv_write_reg_16
-
opc_priv_write_reg_17
-
opc_priv_write_reg_18
-
opc_priv_write_reg_19
-
opc_priv_write_reg_20
-
opc_priv_write_reg_21
-
opc_priv_write_reg_22
-
opc_priv_write_reg_23
-
opc_priv_write_reg_24
-
opc_priv_write_reg_25
-
opc_priv_write_reg_26
-
opc_priv_write_reg_27
-
opc_priv_write_reg_28
-
opc_priv_write_reg_29
-
opc_priv_write_reg_30
-
opc_priv_write_reg_31
-
-
Field Details
-
value
-
parseKey
-
alias
-
length
-
type
-
-
Constructor Details
-
Opcode
-
Opcode
-
Opcode
-
Opcode
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
init
-
value
-
length
public int length() -
parseKey
-
type
-
isReservedOpcode
public boolean isReservedOpcode()
-