| |
|
| org.netbeans.lib.profiler.instrumentation.JavaClassConstants
All known Subclasses: org.netbeans.lib.profiler.instrumentation.CPExtensionsRepository, org.netbeans.lib.profiler.instrumentation.ClassManager, org.netbeans.lib.profiler.instrumentation.ConstantPoolExtension, org.netbeans.lib.profiler.classfile.ClassInfo, org.netbeans.lib.profiler.instrumentation.SingleMethodScaner, org.netbeans.lib.profiler.classfile.ClassFileParser,
JavaClassConstants | public interface JavaClassConstants (Code) | | Various constants that may be used in a binary class file.
author: Misha Dmitriev |
CONSTANT_Class | final public static int CONSTANT_Class(Code) | | |
CONSTANT_Double | final public static int CONSTANT_Double(Code) | | |
CONSTANT_Fieldref | final public static int CONSTANT_Fieldref(Code) | | |
CONSTANT_Float | final public static int CONSTANT_Float(Code) | | |
CONSTANT_Integer | final public static int CONSTANT_Integer(Code) | | |
CONSTANT_InterfaceMethodref | final public static int CONSTANT_InterfaceMethodref(Code) | | |
CONSTANT_Long | final public static int CONSTANT_Long(Code) | | |
CONSTANT_Methodref | final public static int CONSTANT_Methodref(Code) | | |
CONSTANT_NameAndType | final public static int CONSTANT_NameAndType(Code) | | |
CONSTANT_String | final public static int CONSTANT_String(Code) | | |
CONSTANT_Unicode | final public static int CONSTANT_Unicode(Code) | | |
CONSTANT_Utf8 | final public static int CONSTANT_Utf8(Code) | | |
DEFAULT_MAJOR_VERSION | final public static int DEFAULT_MAJOR_VERSION(Code) | | |
DEFAULT_MINOR_VERSION | final public static int DEFAULT_MINOR_VERSION(Code) | | |
JAVA_MAGIC | final public static int JAVA_MAGIC(Code) | | |
JAVA_MAJOR_VERSION | final public static int JAVA_MAJOR_VERSION(Code) | | |
JAVA_MINOR_VERSION | final public static int JAVA_MINOR_VERSION(Code) | | |
JAVA_MIN_MAJOR_VERSION | final public static int JAVA_MIN_MAJOR_VERSION(Code) | | |
JAVA_MIN_MINOR_VERSION | final public static int JAVA_MIN_MINOR_VERSION(Code) | | |
PRIMITIVE_ARRAY_TYPE_NAMES | final public static String[] PRIMITIVE_ARRAY_TYPE_NAMES(Code) | | |
T_BOOLEAN | final public static int T_BOOLEAN(Code) | | |
T_BYTE | final public static int T_BYTE(Code) | | |
T_CHAR | final public static int T_CHAR(Code) | | |
T_DOUBLE | final public static int T_DOUBLE(Code) | | |
T_FLOAT | final public static int T_FLOAT(Code) | | |
T_INT | final public static int T_INT(Code) | | |
T_LONG | final public static int T_LONG(Code) | | |
T_SHORT | final public static int T_SHORT(Code) | | |
opc_aaload | final static int opc_aaload(Code) | | |
opc_aastore | final static int opc_aastore(Code) | | |
opc_aconst_null | final static int opc_aconst_null(Code) | | |
opc_aload | final static int opc_aload(Code) | | |
opc_aload_0 | final static int opc_aload_0(Code) | | |
opc_aload_1 | final static int opc_aload_1(Code) | | |
opc_aload_2 | final static int opc_aload_2(Code) | | |
opc_aload_3 | final static int opc_aload_3(Code) | | |
opc_anewarray | final static int opc_anewarray(Code) | | |
opc_areturn | final static int opc_areturn(Code) | | |
opc_arraylength | final static int opc_arraylength(Code) | | |
opc_astore | final static int opc_astore(Code) | | |
opc_astore_0 | final static int opc_astore_0(Code) | | |
opc_astore_1 | final static int opc_astore_1(Code) | | |
opc_astore_2 | final static int opc_astore_2(Code) | | |
opc_astore_3 | final static int opc_astore_3(Code) | | |
opc_athrow | final static int opc_athrow(Code) | | |
opc_baload | final static int opc_baload(Code) | | |
opc_bastore | final static int opc_bastore(Code) | | |
opc_bipush | final static int opc_bipush(Code) | | |
opc_breakpoint | final static int opc_breakpoint(Code) | | |
opc_caload | final static int opc_caload(Code) | | |
opc_castore | final static int opc_castore(Code) | | |
opc_checkcast | final static int opc_checkcast(Code) | | |
opc_d2f | final static int opc_d2f(Code) | | |
opc_d2i | final static int opc_d2i(Code) | | |
opc_d2l | final static int opc_d2l(Code) | | |
opc_dadd | final static int opc_dadd(Code) | | |
opc_daload | final static int opc_daload(Code) | | |
opc_dastore | final static int opc_dastore(Code) | | |
opc_dcmpg | final static int opc_dcmpg(Code) | | |
opc_dcmpl | final static int opc_dcmpl(Code) | | |
opc_dconst_0 | final static int opc_dconst_0(Code) | | |
opc_dconst_1 | final static int opc_dconst_1(Code) | | |
opc_ddiv | final static int opc_ddiv(Code) | | |
opc_dead | final static int opc_dead(Code) | | |
opc_dload | final static int opc_dload(Code) | | |
opc_dload_0 | final static int opc_dload_0(Code) | | |
opc_dload_1 | final static int opc_dload_1(Code) | | |
opc_dload_2 | final static int opc_dload_2(Code) | | |
opc_dload_3 | final static int opc_dload_3(Code) | | |
opc_dmul | final static int opc_dmul(Code) | | |
opc_dneg | final static int opc_dneg(Code) | | |
opc_drem | final static int opc_drem(Code) | | |
opc_dreturn | final static int opc_dreturn(Code) | | |
opc_dstore | final static int opc_dstore(Code) | | |
opc_dstore_0 | final static int opc_dstore_0(Code) | | |
opc_dstore_1 | final static int opc_dstore_1(Code) | | |
opc_dstore_2 | final static int opc_dstore_2(Code) | | |
opc_dstore_3 | final static int opc_dstore_3(Code) | | |
opc_dsub | final static int opc_dsub(Code) | | |
opc_dup | final static int opc_dup(Code) | | |
opc_dup2 | final static int opc_dup2(Code) | | |
opc_dup2_x1 | final static int opc_dup2_x1(Code) | | |
opc_dup2_x2 | final static int opc_dup2_x2(Code) | | |
opc_dup_x1 | final static int opc_dup_x1(Code) | | |
opc_dup_x2 | final static int opc_dup_x2(Code) | | |
opc_f2d | final static int opc_f2d(Code) | | |
opc_f2i | final static int opc_f2i(Code) | | |
opc_f2l | final static int opc_f2l(Code) | | |
opc_fadd | final static int opc_fadd(Code) | | |
opc_faload | final static int opc_faload(Code) | | |
opc_fastore | final static int opc_fastore(Code) | | |
opc_fcmpg | final static int opc_fcmpg(Code) | | |
opc_fcmpl | final static int opc_fcmpl(Code) | | |
opc_fconst_0 | final static int opc_fconst_0(Code) | | |
opc_fconst_1 | final static int opc_fconst_1(Code) | | |
opc_fconst_2 | final static int opc_fconst_2(Code) | | |
opc_fdiv | final static int opc_fdiv(Code) | | |
opc_fload | final static int opc_fload(Code) | | |
opc_fload_0 | final static int opc_fload_0(Code) | | |
opc_fload_1 | final static int opc_fload_1(Code) | | |
opc_fload_2 | final static int opc_fload_2(Code) | | |
opc_fload_3 | final static int opc_fload_3(Code) | | |
opc_fmul | final static int opc_fmul(Code) | | |
opc_fneg | final static int opc_fneg(Code) | | |
opc_frem | final static int opc_frem(Code) | | |
opc_freturn | final static int opc_freturn(Code) | | |
opc_fstore | final static int opc_fstore(Code) | | |
opc_fstore_0 | final static int opc_fstore_0(Code) | | |
opc_fstore_1 | final static int opc_fstore_1(Code) | | |
opc_fstore_2 | final static int opc_fstore_2(Code) | | |
opc_fstore_3 | final static int opc_fstore_3(Code) | | |
opc_fsub | final static int opc_fsub(Code) | | |
opc_getfield | final static int opc_getfield(Code) | | |
opc_getstatic | final static int opc_getstatic(Code) | | |
opc_goto | final static int opc_goto(Code) | | |
opc_goto_w | final static int opc_goto_w(Code) | | |
opc_i2b | final static int opc_i2b(Code) | | |
opc_i2c | final static int opc_i2c(Code) | | |
opc_i2d | final static int opc_i2d(Code) | | |
opc_i2f | final static int opc_i2f(Code) | | |
opc_i2l | final static int opc_i2l(Code) | | |
opc_i2s | final static int opc_i2s(Code) | | |
opc_iadd | final static int opc_iadd(Code) | | |
opc_iaload | final static int opc_iaload(Code) | | |
opc_iand | final static int opc_iand(Code) | | |
opc_iastore | final static int opc_iastore(Code) | | |
opc_iconst_0 | final static int opc_iconst_0(Code) | | |
opc_iconst_1 | final static int opc_iconst_1(Code) | | |
opc_iconst_2 | final static int opc_iconst_2(Code) | | |
opc_iconst_3 | final static int opc_iconst_3(Code) | | |
opc_iconst_4 | final static int opc_iconst_4(Code) | | |
opc_iconst_5 | final static int opc_iconst_5(Code) | | |
opc_iconst_m1 | final static int opc_iconst_m1(Code) | | |
opc_idiv | final static int opc_idiv(Code) | | |
opc_if_acmpeq | final static int opc_if_acmpeq(Code) | | |
opc_if_acmpne | final static int opc_if_acmpne(Code) | | |
opc_if_icmpeq | final static int opc_if_icmpeq(Code) | | |
opc_if_icmpge | final static int opc_if_icmpge(Code) | | |
opc_if_icmpgt | final static int opc_if_icmpgt(Code) | | |
opc_if_icmple | final static int opc_if_icmple(Code) | | |
opc_if_icmplt | final static int opc_if_icmplt(Code) | | |
opc_if_icmpne | final static int opc_if_icmpne(Code) | | |
opc_ifeq | final static int opc_ifeq(Code) | | |
opc_ifge | final static int opc_ifge(Code) | | |
opc_ifgt | final static int opc_ifgt(Code) | | |
opc_ifle | final static int opc_ifle(Code) | | |
opc_iflt | final static int opc_iflt(Code) | | |
opc_ifne | final static int opc_ifne(Code) | | |
opc_ifnonnull | final static int opc_ifnonnull(Code) | | |
opc_ifnull | final static int opc_ifnull(Code) | | |
opc_iinc | final static int opc_iinc(Code) | | |
opc_iload | final static int opc_iload(Code) | | |
opc_iload_0 | final static int opc_iload_0(Code) | | |
opc_iload_1 | final static int opc_iload_1(Code) | | |
opc_iload_2 | final static int opc_iload_2(Code) | | |
opc_iload_3 | final static int opc_iload_3(Code) | | |
opc_imul | final static int opc_imul(Code) | | |
opc_ineg | final static int opc_ineg(Code) | | |
opc_instanceof | final static int opc_instanceof(Code) | | |
opc_invokeinterface | final static int opc_invokeinterface(Code) | | |
opc_invokespecial | final static int opc_invokespecial(Code) | | |
opc_invokestatic | final static int opc_invokestatic(Code) | | |
opc_invokevirtual | final static int opc_invokevirtual(Code) | | |
opc_ior | final static int opc_ior(Code) | | |
opc_irem | final static int opc_irem(Code) | | |
opc_ireturn | final static int opc_ireturn(Code) | | |
opc_ishl | final static int opc_ishl(Code) | | |
opc_ishr | final static int opc_ishr(Code) | | |
opc_istore | final static int opc_istore(Code) | | |
opc_istore_0 | final static int opc_istore_0(Code) | | |
opc_istore_1 | final static int opc_istore_1(Code) | | |
opc_istore_2 | final static int opc_istore_2(Code) | | |
opc_istore_3 | final static int opc_istore_3(Code) | | |
opc_isub | final static int opc_isub(Code) | | |
opc_iushr | final static int opc_iushr(Code) | | |
opc_ixor | final static int opc_ixor(Code) | | |
opc_jsr | final static int opc_jsr(Code) | | |
opc_jsr_w | final static int opc_jsr_w(Code) | | |
opc_l2d | final static int opc_l2d(Code) | | |
opc_l2f | final static int opc_l2f(Code) | | |
opc_l2i | final static int opc_l2i(Code) | | |
opc_label | final static int opc_label(Code) | | |
opc_ladd | final static int opc_ladd(Code) | | |
opc_laload | final static int opc_laload(Code) | | |
opc_land | final static int opc_land(Code) | | |
opc_lastore | final static int opc_lastore(Code) | | |
opc_lcmp | final static int opc_lcmp(Code) | | |
opc_lconst_0 | final static int opc_lconst_0(Code) | | |
opc_lconst_1 | final static int opc_lconst_1(Code) | | |
opc_ldc | final static int opc_ldc(Code) | | |
opc_ldc2_w | final static int opc_ldc2_w(Code) | | |
opc_ldc_w | final static int opc_ldc_w(Code) | | |
opc_ldiv | final static int opc_ldiv(Code) | | |
opc_length | final public static int[] opc_length(Code) | | |
opc_lload | final static int opc_lload(Code) | | |
opc_lload_0 | final static int opc_lload_0(Code) | | |
opc_lload_1 | final static int opc_lload_1(Code) | | |
opc_lload_2 | final static int opc_lload_2(Code) | | |
opc_lload_3 | final static int opc_lload_3(Code) | | |
opc_lmul | final static int opc_lmul(Code) | | |
opc_lneg | final static int opc_lneg(Code) | | |
opc_lookupswitch | final static int opc_lookupswitch(Code) | | |
opc_lor | final static int opc_lor(Code) | | |
opc_lrem | final static int opc_lrem(Code) | | |
opc_lreturn | final static int opc_lreturn(Code) | | |
opc_lshl | final static int opc_lshl(Code) | | |
opc_lshr | final static int opc_lshr(Code) | | |
opc_lstore | final static int opc_lstore(Code) | | |
opc_lstore_0 | final static int opc_lstore_0(Code) | | |
opc_lstore_1 | final static int opc_lstore_1(Code) | | |
opc_lstore_2 | final static int opc_lstore_2(Code) | | |
opc_lstore_3 | final static int opc_lstore_3(Code) | | |
opc_lsub | final static int opc_lsub(Code) | | |
opc_lushr | final static int opc_lushr(Code) | | |
opc_lxor | final static int opc_lxor(Code) | | |
opc_monitorenter | final static int opc_monitorenter(Code) | | |
opc_monitorexit | final static int opc_monitorexit(Code) | | |
opc_multianewarray | final static int opc_multianewarray(Code) | | |
opc_new | final static int opc_new(Code) | | |
opc_newarray | final static int opc_newarray(Code) | | |
opc_nop | final static int opc_nop(Code) | | |
opc_pop | final static int opc_pop(Code) | | |
opc_pop2 | final static int opc_pop2(Code) | | |
opc_putfield | final static int opc_putfield(Code) | | |
opc_putstatic | final static int opc_putstatic(Code) | | |
opc_ret | final static int opc_ret(Code) | | |
opc_return | final static int opc_return(Code) | | |
opc_saload | final static int opc_saload(Code) | | |
opc_sastore | final static int opc_sastore(Code) | | |
opc_sipush | final static int opc_sipush(Code) | | |
opc_swap | final static int opc_swap(Code) | | |
opc_tableswitch | final static int opc_tableswitch(Code) | | |
opc_try | final static int opc_try(Code) | | |
opc_wide | final static int opc_wide(Code) | | |
opc_xxxunusedxxx | final static int opc_xxxunusedxxx(Code) | | |
|
|
|