org.apache.jdo.impl.enhancer.classfile
Interface VMConstants
- All Known Implementing Classes:
- AnnotatedClassAttribute, AnnotatedMethodAttribute, ClassAttribute, ClassField, ClassFile, ClassMember, ClassMethod, CodeAttribute, ConstantPool, ConstantValueAttribute, ConstBasic, ConstBasicMemberRef, ConstClass, ConstDouble, ConstFieldRef, ConstFloat, ConstInteger, ConstInterfaceMethodRef, ConstLong, ConstMethodRef, ConstNameAndType, ConstString, ConstUnicode, ConstUtf8, ConstValue, Descriptor, ExceptionsAttribute, GenericAttribute, Insn, InsnConstOp, InsnIInc, InsnInterfaceInvoke, InsnIntOp, InsnLookupSwitch, InsnMultiDimArrayNew, InsnSingle, InsnTableSwitch, InsnTarget, InsnTargetOp, InsnUtils, LineNumberTableAttribute, LocalVariableTableAttribute, SourceFileAttribute, SyntheticAttribute, VMOp
public interface VMConstants
VMConstants is a collection of the constants defined in the
virtual machine spec.
Also included are several assorted constants of our own which
seem logical to define here.
ACCPublic
static final int ACCPublic
- See Also:
- Constant Field Values
ACCPrivate
static final int ACCPrivate
- See Also:
- Constant Field Values
ACCProtected
static final int ACCProtected
- See Also:
- Constant Field Values
ACCStatic
static final int ACCStatic
- See Also:
- Constant Field Values
ACCFinal
static final int ACCFinal
- See Also:
- Constant Field Values
ACCSuper
static final int ACCSuper
- See Also:
- Constant Field Values
ACCSynchronized
static final int ACCSynchronized
- See Also:
- Constant Field Values
ACCVolatile
static final int ACCVolatile
- See Also:
- Constant Field Values
ACCTransient
static final int ACCTransient
- See Also:
- Constant Field Values
ACCNative
static final int ACCNative
- See Also:
- Constant Field Values
ACCInterface
static final int ACCInterface
- See Also:
- Constant Field Values
ACCAbstract
static final int ACCAbstract
- See Also:
- Constant Field Values
T_BOOLEAN
static final int T_BOOLEAN
- See Also:
- Constant Field Values
T_CHAR
static final int T_CHAR
- See Also:
- Constant Field Values
T_FLOAT
static final int T_FLOAT
- See Also:
- Constant Field Values
T_DOUBLE
static final int T_DOUBLE
- See Also:
- Constant Field Values
T_BYTE
static final int T_BYTE
- See Also:
- Constant Field Values
T_SHORT
static final int T_SHORT
- See Also:
- Constant Field Values
T_INT
static final int T_INT
- See Also:
- Constant Field Values
T_LONG
static final int T_LONG
- See Also:
- Constant Field Values
TC_OBJECT
static final int TC_OBJECT
- See Also:
- Constant Field Values
TC_INTERFACE
static final int TC_INTERFACE
- See Also:
- Constant Field Values
TC_STRING
static final int TC_STRING
- See Also:
- Constant Field Values
T_UNKNOWN
static final int T_UNKNOWN
- See Also:
- Constant Field Values
T_WORD
static final int T_WORD
- See Also:
- Constant Field Values
T_TWOWORD
static final int T_TWOWORD
- See Also:
- Constant Field Values
CONSTANTUtf8
static final int CONSTANTUtf8
- See Also:
- Constant Field Values
CONSTANTUnicode
static final int CONSTANTUnicode
- See Also:
- Constant Field Values
CONSTANTInteger
static final int CONSTANTInteger
- See Also:
- Constant Field Values
CONSTANTFloat
static final int CONSTANTFloat
- See Also:
- Constant Field Values
CONSTANTLong
static final int CONSTANTLong
- See Also:
- Constant Field Values
CONSTANTDouble
static final int CONSTANTDouble
- See Also:
- Constant Field Values
CONSTANTClass
static final int CONSTANTClass
- See Also:
- Constant Field Values
CONSTANTString
static final int CONSTANTString
- See Also:
- Constant Field Values
CONSTANTFieldRef
static final int CONSTANTFieldRef
- See Also:
- Constant Field Values
CONSTANTMethodRef
static final int CONSTANTMethodRef
- See Also:
- Constant Field Values
CONSTANTInterfaceMethodRef
static final int CONSTANTInterfaceMethodRef
- See Also:
- Constant Field Values
CONSTANTNameAndType
static final int CONSTANTNameAndType
- See Also:
- Constant Field Values
opc_nop
static final int opc_nop
- See Also:
- Constant Field Values
opc_aconst_null
static final int opc_aconst_null
- See Also:
- Constant Field Values
opc_iconst_m1
static final int opc_iconst_m1
- See Also:
- Constant Field Values
opc_iconst_0
static final int opc_iconst_0
- See Also:
- Constant Field Values
opc_iconst_1
static final int opc_iconst_1
- See Also:
- Constant Field Values
opc_iconst_2
static final int opc_iconst_2
- See Also:
- Constant Field Values
opc_iconst_3
static final int opc_iconst_3
- See Also:
- Constant Field Values
opc_iconst_4
static final int opc_iconst_4
- See Also:
- Constant Field Values
opc_iconst_5
static final int opc_iconst_5
- See Also:
- Constant Field Values
opc_lconst_0
static final int opc_lconst_0
- See Also:
- Constant Field Values
opc_lconst_1
static final int opc_lconst_1
- See Also:
- Constant Field Values
opc_fconst_0
static final int opc_fconst_0
- See Also:
- Constant Field Values
opc_fconst_1
static final int opc_fconst_1
- See Also:
- Constant Field Values
opc_fconst_2
static final int opc_fconst_2
- See Also:
- Constant Field Values
opc_dconst_0
static final int opc_dconst_0
- See Also:
- Constant Field Values
opc_dconst_1
static final int opc_dconst_1
- See Also:
- Constant Field Values
opc_bipush
static final int opc_bipush
- See Also:
- Constant Field Values
opc_sipush
static final int opc_sipush
- See Also:
- Constant Field Values
opc_ldc
static final int opc_ldc
- See Also:
- Constant Field Values
opc_ldc_w
static final int opc_ldc_w
- See Also:
- Constant Field Values
opc_ldc2_w
static final int opc_ldc2_w
- See Also:
- Constant Field Values
opc_iload
static final int opc_iload
- See Also:
- Constant Field Values
opc_lload
static final int opc_lload
- See Also:
- Constant Field Values
opc_fload
static final int opc_fload
- See Also:
- Constant Field Values
opc_dload
static final int opc_dload
- See Also:
- Constant Field Values
opc_aload
static final int opc_aload
- See Also:
- Constant Field Values
opc_iload_0
static final int opc_iload_0
- See Also:
- Constant Field Values
opc_iload_1
static final int opc_iload_1
- See Also:
- Constant Field Values
opc_iload_2
static final int opc_iload_2
- See Also:
- Constant Field Values
opc_iload_3
static final int opc_iload_3
- See Also:
- Constant Field Values
opc_lload_0
static final int opc_lload_0
- See Also:
- Constant Field Values
opc_lload_1
static final int opc_lload_1
- See Also:
- Constant Field Values
opc_lload_2
static final int opc_lload_2
- See Also:
- Constant Field Values
opc_lload_3
static final int opc_lload_3
- See Also:
- Constant Field Values
opc_fload_0
static final int opc_fload_0
- See Also:
- Constant Field Values
opc_fload_1
static final int opc_fload_1
- See Also:
- Constant Field Values
opc_fload_2
static final int opc_fload_2
- See Also:
- Constant Field Values
opc_fload_3
static final int opc_fload_3
- See Also:
- Constant Field Values
opc_dload_0
static final int opc_dload_0
- See Also:
- Constant Field Values
opc_dload_1
static final int opc_dload_1
- See Also:
- Constant Field Values
opc_dload_2
static final int opc_dload_2
- See Also:
- Constant Field Values
opc_dload_3
static final int opc_dload_3
- See Also:
- Constant Field Values
opc_aload_0
static final int opc_aload_0
- See Also:
- Constant Field Values
opc_aload_1
static final int opc_aload_1
- See Also:
- Constant Field Values
opc_aload_2
static final int opc_aload_2
- See Also:
- Constant Field Values
opc_aload_3
static final int opc_aload_3
- See Also:
- Constant Field Values
opc_iaload
static final int opc_iaload
- See Also:
- Constant Field Values
opc_laload
static final int opc_laload
- See Also:
- Constant Field Values
opc_faload
static final int opc_faload
- See Also:
- Constant Field Values
opc_daload
static final int opc_daload
- See Also:
- Constant Field Values
opc_aaload
static final int opc_aaload
- See Also:
- Constant Field Values
opc_baload
static final int opc_baload
- See Also:
- Constant Field Values
opc_caload
static final int opc_caload
- See Also:
- Constant Field Values
opc_saload
static final int opc_saload
- See Also:
- Constant Field Values
opc_istore
static final int opc_istore
- See Also:
- Constant Field Values
opc_lstore
static final int opc_lstore
- See Also:
- Constant Field Values
opc_fstore
static final int opc_fstore
- See Also:
- Constant Field Values
opc_dstore
static final int opc_dstore
- See Also:
- Constant Field Values
opc_astore
static final int opc_astore
- See Also:
- Constant Field Values
opc_istore_0
static final int opc_istore_0
- See Also:
- Constant Field Values
opc_istore_1
static final int opc_istore_1
- See Also:
- Constant Field Values
opc_istore_2
static final int opc_istore_2
- See Also:
- Constant Field Values
opc_istore_3
static final int opc_istore_3
- See Also:
- Constant Field Values
opc_lstore_0
static final int opc_lstore_0
- See Also:
- Constant Field Values
opc_lstore_1
static final int opc_lstore_1
- See Also:
- Constant Field Values
opc_lstore_2
static final int opc_lstore_2
- See Also:
- Constant Field Values
opc_lstore_3
static final int opc_lstore_3
- See Also:
- Constant Field Values
opc_fstore_0
static final int opc_fstore_0
- See Also:
- Constant Field Values
opc_fstore_1
static final int opc_fstore_1
- See Also:
- Constant Field Values
opc_fstore_2
static final int opc_fstore_2
- See Also:
- Constant Field Values
opc_fstore_3
static final int opc_fstore_3
- See Also:
- Constant Field Values
opc_dstore_0
static final int opc_dstore_0
- See Also:
- Constant Field Values
opc_dstore_1
static final int opc_dstore_1
- See Also:
- Constant Field Values
opc_dstore_2
static final int opc_dstore_2
- See Also:
- Constant Field Values
opc_dstore_3
static final int opc_dstore_3
- See Also:
- Constant Field Values
opc_astore_0
static final int opc_astore_0
- See Also:
- Constant Field Values
opc_astore_1
static final int opc_astore_1
- See Also:
- Constant Field Values
opc_astore_2
static final int opc_astore_2
- See Also:
- Constant Field Values
opc_astore_3
static final int opc_astore_3
- See Also:
- Constant Field Values
opc_iastore
static final int opc_iastore
- See Also:
- Constant Field Values
opc_lastore
static final int opc_lastore
- See Also:
- Constant Field Values
opc_fastore
static final int opc_fastore
- See Also:
- Constant Field Values
opc_dastore
static final int opc_dastore
- See Also:
- Constant Field Values
opc_aastore
static final int opc_aastore
- See Also:
- Constant Field Values
opc_bastore
static final int opc_bastore
- See Also:
- Constant Field Values
opc_castore
static final int opc_castore
- See Also:
- Constant Field Values
opc_sastore
static final int opc_sastore
- See Also:
- Constant Field Values
opc_pop
static final int opc_pop
- See Also:
- Constant Field Values
opc_pop2
static final int opc_pop2
- See Also:
- Constant Field Values
opc_dup
static final int opc_dup
- See Also:
- Constant Field Values
opc_dup_x1
static final int opc_dup_x1
- See Also:
- Constant Field Values
opc_dup_x2
static final int opc_dup_x2
- See Also:
- Constant Field Values
opc_dup2
static final int opc_dup2
- See Also:
- Constant Field Values
opc_dup2_x1
static final int opc_dup2_x1
- See Also:
- Constant Field Values
opc_dup2_x2
static final int opc_dup2_x2
- See Also:
- Constant Field Values
opc_swap
static final int opc_swap
- See Also:
- Constant Field Values
opc_iadd
static final int opc_iadd
- See Also:
- Constant Field Values
opc_ladd
static final int opc_ladd
- See Also:
- Constant Field Values
opc_fadd
static final int opc_fadd
- See Also:
- Constant Field Values
opc_dadd
static final int opc_dadd
- See Also:
- Constant Field Values
opc_isub
static final int opc_isub
- See Also:
- Constant Field Values
opc_lsub
static final int opc_lsub
- See Also:
- Constant Field Values
opc_fsub
static final int opc_fsub
- See Also:
- Constant Field Values
opc_dsub
static final int opc_dsub
- See Also:
- Constant Field Values
opc_imul
static final int opc_imul
- See Also:
- Constant Field Values
opc_lmul
static final int opc_lmul
- See Also:
- Constant Field Values
opc_fmul
static final int opc_fmul
- See Also:
- Constant Field Values
opc_dmul
static final int opc_dmul
- See Also:
- Constant Field Values
opc_idiv
static final int opc_idiv
- See Also:
- Constant Field Values
opc_ldiv
static final int opc_ldiv
- See Also:
- Constant Field Values
opc_fdiv
static final int opc_fdiv
- See Also:
- Constant Field Values
opc_ddiv
static final int opc_ddiv
- See Also:
- Constant Field Values
opc_irem
static final int opc_irem
- See Also:
- Constant Field Values
opc_lrem
static final int opc_lrem
- See Also:
- Constant Field Values
opc_frem
static final int opc_frem
- See Also:
- Constant Field Values
opc_drem
static final int opc_drem
- See Also:
- Constant Field Values
opc_ineg
static final int opc_ineg
- See Also:
- Constant Field Values
opc_lneg
static final int opc_lneg
- See Also:
- Constant Field Values
opc_fneg
static final int opc_fneg
- See Also:
- Constant Field Values
opc_dneg
static final int opc_dneg
- See Also:
- Constant Field Values
opc_ishl
static final int opc_ishl
- See Also:
- Constant Field Values
opc_lshl
static final int opc_lshl
- See Also:
- Constant Field Values
opc_ishr
static final int opc_ishr
- See Also:
- Constant Field Values
opc_lshr
static final int opc_lshr
- See Also:
- Constant Field Values
opc_iushr
static final int opc_iushr
- See Also:
- Constant Field Values
opc_lushr
static final int opc_lushr
- See Also:
- Constant Field Values
opc_iand
static final int opc_iand
- See Also:
- Constant Field Values
opc_land
static final int opc_land
- See Also:
- Constant Field Values
opc_ior
static final int opc_ior
- See Also:
- Constant Field Values
opc_lor
static final int opc_lor
- See Also:
- Constant Field Values
opc_ixor
static final int opc_ixor
- See Also:
- Constant Field Values
opc_lxor
static final int opc_lxor
- See Also:
- Constant Field Values
opc_iinc
static final int opc_iinc
- See Also:
- Constant Field Values
opc_i2l
static final int opc_i2l
- See Also:
- Constant Field Values
opc_i2f
static final int opc_i2f
- See Also:
- Constant Field Values
opc_i2d
static final int opc_i2d
- See Also:
- Constant Field Values
opc_l2i
static final int opc_l2i
- See Also:
- Constant Field Values
opc_l2f
static final int opc_l2f
- See Also:
- Constant Field Values
opc_l2d
static final int opc_l2d
- See Also:
- Constant Field Values
opc_f2i
static final int opc_f2i
- See Also:
- Constant Field Values
opc_f2l
static final int opc_f2l
- See Also:
- Constant Field Values
opc_f2d
static final int opc_f2d
- See Also:
- Constant Field Values
opc_d2i
static final int opc_d2i
- See Also:
- Constant Field Values
opc_d2l
static final int opc_d2l
- See Also:
- Constant Field Values
opc_d2f
static final int opc_d2f
- See Also:
- Constant Field Values
opc_i2b
static final int opc_i2b
- See Also:
- Constant Field Values
opc_i2c
static final int opc_i2c
- See Also:
- Constant Field Values
opc_i2s
static final int opc_i2s
- See Also:
- Constant Field Values
opc_lcmp
static final int opc_lcmp
- See Also:
- Constant Field Values
opc_fcmpl
static final int opc_fcmpl
- See Also:
- Constant Field Values
opc_fcmpg
static final int opc_fcmpg
- See Also:
- Constant Field Values
opc_dcmpl
static final int opc_dcmpl
- See Also:
- Constant Field Values
opc_dcmpg
static final int opc_dcmpg
- See Also:
- Constant Field Values
opc_ifeq
static final int opc_ifeq
- See Also:
- Constant Field Values
opc_ifne
static final int opc_ifne
- See Also:
- Constant Field Values
opc_iflt
static final int opc_iflt
- See Also:
- Constant Field Values
opc_ifge
static final int opc_ifge
- See Also:
- Constant Field Values
opc_ifgt
static final int opc_ifgt
- See Also:
- Constant Field Values
opc_ifle
static final int opc_ifle
- See Also:
- Constant Field Values
opc_if_icmpeq
static final int opc_if_icmpeq
- See Also:
- Constant Field Values
opc_if_icmpne
static final int opc_if_icmpne
- See Also:
- Constant Field Values
opc_if_icmplt
static final int opc_if_icmplt
- See Also:
- Constant Field Values
opc_if_icmpge
static final int opc_if_icmpge
- See Also:
- Constant Field Values
opc_if_icmpgt
static final int opc_if_icmpgt
- See Also:
- Constant Field Values
opc_if_icmple
static final int opc_if_icmple
- See Also:
- Constant Field Values
opc_if_acmpeq
static final int opc_if_acmpeq
- See Also:
- Constant Field Values
opc_if_acmpne
static final int opc_if_acmpne
- See Also:
- Constant Field Values
opc_goto
static final int opc_goto
- See Also:
- Constant Field Values
opc_jsr
static final int opc_jsr
- See Also:
- Constant Field Values
opc_ret
static final int opc_ret
- See Also:
- Constant Field Values
opc_tableswitch
static final int opc_tableswitch
- See Also:
- Constant Field Values
opc_lookupswitch
static final int opc_lookupswitch
- See Also:
- Constant Field Values
opc_ireturn
static final int opc_ireturn
- See Also:
- Constant Field Values
opc_lreturn
static final int opc_lreturn
- See Also:
- Constant Field Values
opc_freturn
static final int opc_freturn
- See Also:
- Constant Field Values
opc_dreturn
static final int opc_dreturn
- See Also:
- Constant Field Values
opc_areturn
static final int opc_areturn
- See Also:
- Constant Field Values
opc_return
static final int opc_return
- See Also:
- Constant Field Values
opc_getstatic
static final int opc_getstatic
- See Also:
- Constant Field Values
opc_putstatic
static final int opc_putstatic
- See Also:
- Constant Field Values
opc_getfield
static final int opc_getfield
- See Also:
- Constant Field Values
opc_putfield
static final int opc_putfield
- See Also:
- Constant Field Values
opc_invokevirtual
static final int opc_invokevirtual
- See Also:
- Constant Field Values
opc_invokespecial
static final int opc_invokespecial
- See Also:
- Constant Field Values
opc_invokestatic
static final int opc_invokestatic
- See Also:
- Constant Field Values
opc_invokeinterface
static final int opc_invokeinterface
- See Also:
- Constant Field Values
opc_xxxunusedxxx
static final int opc_xxxunusedxxx
- See Also:
- Constant Field Values
opc_new
static final int opc_new
- See Also:
- Constant Field Values
opc_newarray
static final int opc_newarray
- See Also:
- Constant Field Values
opc_anewarray
static final int opc_anewarray
- See Also:
- Constant Field Values
opc_arraylength
static final int opc_arraylength
- See Also:
- Constant Field Values
opc_athrow
static final int opc_athrow
- See Also:
- Constant Field Values
opc_checkcast
static final int opc_checkcast
- See Also:
- Constant Field Values
opc_instanceof
static final int opc_instanceof
- See Also:
- Constant Field Values
opc_monitorenter
static final int opc_monitorenter
- See Also:
- Constant Field Values
opc_monitorexit
static final int opc_monitorexit
- See Also:
- Constant Field Values
opc_wide
static final int opc_wide
- See Also:
- Constant Field Values
opc_multianewarray
static final int opc_multianewarray
- See Also:
- Constant Field Values
opc_ifnull
static final int opc_ifnull
- See Also:
- Constant Field Values
opc_ifnonnull
static final int opc_ifnonnull
- See Also:
- Constant Field Values
opc_goto_w
static final int opc_goto_w
- See Also:
- Constant Field Values
opc_jsr_w
static final int opc_jsr_w
- See Also:
- Constant Field Values
Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.