public interface IConstantPoolEntry
Modifier and Type | Method and Description |
---|---|
int |
getClassIndex()
Returns the class index for a CONSTANT_Fieldref,
CONSTANT_Methodref, CONSTANT_InterfaceMethodref type entry.
|
char[] |
getClassInfoName()
Returns the class name for a CONSTANT_Class type entry.
|
int |
getClassInfoNameIndex()
Returns the name index for a CONSTANT_Class type entry.
|
char[] |
getClassName()
Returns the class name for a CONSTANT_Fieldref,
CONSTANT_Methodref, CONSTANT_InterfaceMethodref type entry.
|
double |
getDoubleValue()
Returns the double value for a CONSTANT_Double type entry.
|
char[] |
getFieldDescriptor()
Returns the field descriptor value for a CONSTANT_Fieldref type entry.
|
char[] |
getFieldName()
Returns the field name for a CONSTANT_Fieldref type entry.
|
float |
getFloatValue()
Returns the float value for a CONSTANT_Float type entry.
|
int |
getIntegerValue()
Returns the integer value for a CONSTANT_Integer type entry.
|
int |
getKind()
Returns the type of this entry.
|
long |
getLongValue()
Returns the long value for a CONSTANT_Long type entry.
|
char[] |
getMethodDescriptor()
Returns the method descriptor value for a CONSTANT_Methodref or
CONSTANT_InterfaceMethodref type entry.
|
char[] |
getMethodName()
Returns the field name for a CONSTANT_Methodref or CONSTANT_InterfaceMethodred
type entry.
|
int |
getNameAndTypeIndex()
Returns the nameAndType index for a CONSTANT_Fieldref,
CONSTANT_Methodref, CONSTANT_InterfaceMethodref type entry.
|
int |
getNameAndTypeInfoDescriptorIndex()
Returns the descriptor index for a CONSTANT_NameAndType type entry.
|
int |
getNameAndTypeInfoNameIndex()
Returns the name index for a CONSTANT_NameAndType type entry.
|
int |
getStringIndex()
Returns the string index for a CONSTANT_String type entry.
|
String |
getStringValue()
Returns the string value for a CONSTANT_String type entry.
|
int |
getUtf8Length()
Returns the utf8 length for a CONSTANT_Utf8 type entry.
|
char[] |
getUtf8Value()
Returns the utf8 value for a CONSTANT_Utf8 type entry.
|
int getKind()
int getClassInfoNameIndex()
int getClassIndex()
int getNameAndTypeIndex()
int getStringIndex()
String getStringValue()
int getIntegerValue()
float getFloatValue()
double getDoubleValue()
long getLongValue()
int getNameAndTypeInfoDescriptorIndex()
int getNameAndTypeInfoNameIndex()
char[] getClassInfoName()
char[] getClassName()
char[] getFieldName()
char[] getMethodName()
char[] getFieldDescriptor()
char[] getMethodDescriptor()
char[] getUtf8Value()
int getUtf8Length()
Copyright (c) IBM Corp. and others 2000, 2006. All Rights Reserved.