public interface IConstantPoolConstant
Modifier and Type | Field and Description |
---|---|
static int |
CONSTANT_Class |
static int |
CONSTANT_Class_SIZE |
static int |
CONSTANT_Double |
static int |
CONSTANT_Double_SIZE |
static int |
CONSTANT_Fieldref |
static int |
CONSTANT_Fieldref_SIZE |
static int |
CONSTANT_Float |
static int |
CONSTANT_Float_SIZE |
static int |
CONSTANT_Integer |
static int |
CONSTANT_Integer_SIZE |
static int |
CONSTANT_InterfaceMethodref |
static int |
CONSTANT_InterfaceMethodref_SIZE |
static int |
CONSTANT_InvokeDynamic |
static int |
CONSTANT_InvokeDynamic_SIZE |
static int |
CONSTANT_Long |
static int |
CONSTANT_Long_SIZE |
static int |
CONSTANT_MethodHandle |
static int |
CONSTANT_MethodHandle_SIZE |
static int |
CONSTANT_Methodref |
static int |
CONSTANT_Methodref_SIZE |
static int |
CONSTANT_MethodType |
static int |
CONSTANT_MethodType_SIZE |
static int |
CONSTANT_NameAndType |
static int |
CONSTANT_NameAndType_SIZE |
static int |
CONSTANT_String |
static int |
CONSTANT_String_SIZE |
static int |
CONSTANT_Utf8 |
static int |
CONSTANT_Utf8_SIZE |
static int |
METHOD_TYPE_REF_GetField
The constant is described at 5.4.3.5 in the Java 7 VM specification (part 3).
|
static int |
METHOD_TYPE_REF_GetStatic
The constant is described at 5.4.3.5 in the Java 7 VM specification (part 3).
|
static int |
METHOD_TYPE_REF_InvokeInterface
The constant is described at 5.4.3.5 in the Java 7 VM specification (part 3).
|
static int |
METHOD_TYPE_REF_InvokeSpecial
The constant is described at 5.4.3.5 in the Java 7 VM specification (part 3).
|
static int |
METHOD_TYPE_REF_InvokeStatic
The constant is described at 5.4.3.5 in the Java 7 VM specification (part 3).
|
static int |
METHOD_TYPE_REF_InvokeVirtual
The constant is described at 5.4.3.5 in the Java 7 VM specification (part 3).
|
static int |
METHOD_TYPE_REF_NewInvokeSpecial
The constant is described at 5.4.3.5 in the Java 7 VM specification (part 3).
|
static int |
METHOD_TYPE_REF_PutField
The constant is described at 5.4.3.5 in the Java 7 VM specification (part 3).
|
static int |
METHOD_TYPE_REF_PutStatic
The constant is described at 5.4.3.5 in the Java 7 VM specification (part 3).
|
static final int CONSTANT_Class
static final int CONSTANT_Fieldref
static final int CONSTANT_Methodref
static final int CONSTANT_InterfaceMethodref
static final int CONSTANT_String
static final int CONSTANT_Integer
static final int CONSTANT_Float
static final int CONSTANT_Long
static final int CONSTANT_Double
static final int CONSTANT_NameAndType
static final int CONSTANT_Utf8
static final int CONSTANT_MethodHandle
static final int CONSTANT_MethodType
static final int CONSTANT_InvokeDynamic
static final int CONSTANT_Methodref_SIZE
static final int CONSTANT_Class_SIZE
static final int CONSTANT_Double_SIZE
static final int CONSTANT_Fieldref_SIZE
static final int CONSTANT_Float_SIZE
static final int CONSTANT_Integer_SIZE
static final int CONSTANT_InterfaceMethodref_SIZE
static final int CONSTANT_Long_SIZE
static final int CONSTANT_String_SIZE
static final int CONSTANT_Utf8_SIZE
static final int CONSTANT_NameAndType_SIZE
static final int CONSTANT_MethodHandle_SIZE
static final int CONSTANT_MethodType_SIZE
static final int CONSTANT_InvokeDynamic_SIZE
static final int METHOD_TYPE_REF_GetField
static final int METHOD_TYPE_REF_GetStatic
static final int METHOD_TYPE_REF_PutField
static final int METHOD_TYPE_REF_PutStatic
static final int METHOD_TYPE_REF_InvokeVirtual
static final int METHOD_TYPE_REF_InvokeStatic
static final int METHOD_TYPE_REF_InvokeSpecial
static final int METHOD_TYPE_REF_NewInvokeSpecial
static final int METHOD_TYPE_REF_InvokeInterface
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.