Interface ConstantTypes
-
- All Known Implementing Classes:
ConstantClassInfo,ConstantDoubleInfo,ConstantFieldrefInfo,ConstantFloatInfo,ConstantIntegerInfo,ConstantInterfaceMethodrefInfo,ConstantInvokeDynamicInfo,ConstantLongInfo,ConstantMethodHandleInfo,ConstantMethodrefInfo,ConstantMethodTypeInfo,ConstantNameAndTypeInfo,ConstantPoolInfo,ConstantPoolInfoFactory,ConstantStringInfo,ConstantUtf8Info
interface ConstantTypesConstant types used byConstantPoolInfos.- Version:
- 1.0
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTANT_Classstatic intCONSTANT_Doublestatic intCONSTANT_Fieldrefstatic intCONSTANT_Floatstatic intCONSTANT_Integerstatic intCONSTANT_InterfaceMethodrefstatic intCONSTANT_InvokeDynamicstatic intCONSTANT_Longstatic intCONSTANT_MethodHandlestatic intCONSTANT_Methodrefstatic intCONSTANT_MethodTypestatic intCONSTANT_NameAndTypestatic intCONSTANT_Stringstatic intCONSTANT_Utf8
-
-
-
Field Detail
-
CONSTANT_Class
static final int CONSTANT_Class
- See Also:
- Constant Field Values
-
CONSTANT_Fieldref
static final int CONSTANT_Fieldref
- See Also:
- Constant Field Values
-
CONSTANT_Methodref
static final int CONSTANT_Methodref
- See Also:
- Constant Field Values
-
CONSTANT_InterfaceMethodref
static final int CONSTANT_InterfaceMethodref
- See Also:
- Constant Field Values
-
CONSTANT_String
static final int CONSTANT_String
- See Also:
- Constant Field Values
-
CONSTANT_Integer
static final int CONSTANT_Integer
- See Also:
- Constant Field Values
-
CONSTANT_Float
static final int CONSTANT_Float
- See Also:
- Constant Field Values
-
CONSTANT_Long
static final int CONSTANT_Long
- See Also:
- Constant Field Values
-
CONSTANT_Double
static final int CONSTANT_Double
- See Also:
- Constant Field Values
-
CONSTANT_NameAndType
static final int CONSTANT_NameAndType
- See Also:
- Constant Field Values
-
CONSTANT_Utf8
static final int CONSTANT_Utf8
- See Also:
- Constant Field Values
-
CONSTANT_MethodHandle
static final int CONSTANT_MethodHandle
- See Also:
- Constant Field Values
-
CONSTANT_MethodType
static final int CONSTANT_MethodType
- See Also:
- Constant Field Values
-
CONSTANT_InvokeDynamic
static final int CONSTANT_InvokeDynamic
- See Also:
- Constant Field Values
-
-