public class ConstantPoolEntry2 extends ConstantPoolEntry implements IConstantPoolEntry2
| Constructor and Description |
|---|
ConstantPoolEntry2() |
| Modifier and Type | Method and Description |
|---|---|
int |
getBootstrapMethodAttributeIndex()
Returns the bootstrap method attribute index.
|
int |
getDescriptorIndex()
Returns the descriptor index.
|
int |
getReferenceIndex()
Returns the reference index.
|
int |
getReferenceKind()
Returns the reference kind.
|
void |
reset() |
void |
setBootstrapMethodAttributeIndex(int bootstrapMethodAttributeIndex) |
void |
setDescriptorIndex(int descriptorIndex) |
void |
setReferenceIndex(int referenceIndex) |
void |
setReferenceKind(int referenceKind) |
getClassIndex, getClassInfoName, getClassInfoNameIndex, getClassName, getDoubleValue, getFieldDescriptor, getFieldName, getFloatValue, getIntegerValue, getKind, getLongValue, getMethodDescriptor, getMethodName, getNameAndTypeDescriptorIndex, getNameAndTypeIndex, getNameAndTypeInfoDescriptorIndex, getNameAndTypeInfoNameIndex, getNameAndTypeNameIndex, getStringIndex, getStringValue, getUtf8Length, getUtf8Value, setClassIndex, setClassInfoName, setClassInfoNameIndex, setClassName, setDoubleValue, setFieldDescriptor, setFieldName, setFloatValue, setIntegerValue, setKind, setLongValue, setMethodDescriptor, setMethodName, setNameAndTypeDescriptorIndex, setNameAndTypeIndex, setNameAndTypeNameIndex, setStringIndex, setStringValue, setUtf8Length, setUtf8Valueclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClassIndex, getClassInfoName, getClassInfoNameIndex, getClassName, getDoubleValue, getFieldDescriptor, getFieldName, getFloatValue, getIntegerValue, getKind, getLongValue, getMethodDescriptor, getMethodName, getNameAndTypeIndex, getNameAndTypeInfoDescriptorIndex, getNameAndTypeInfoNameIndex, getStringIndex, getStringValue, getUtf8Length, getUtf8Valuepublic int getDescriptorIndex()
IConstantPoolEntry2IConstantPoolEntry.getMethodDescriptor().getDescriptorIndex in interface IConstantPoolEntry2IConstantPoolConstant.CONSTANT_MethodTypepublic int getReferenceKind()
IConstantPoolEntry2getReferenceKind in interface IConstantPoolEntry2IConstantPoolConstant.CONSTANT_MethodHandlepublic int getReferenceIndex()
IConstantPoolEntry2getReferenceIndex in interface IConstantPoolEntry2IConstantPoolConstant.CONSTANT_MethodHandlepublic int getBootstrapMethodAttributeIndex()
IConstantPoolEntry2getBootstrapMethodAttributeIndex in interface IConstantPoolEntry2IConstantPoolConstant.CONSTANT_InvokeDynamicpublic void setDescriptorIndex(int descriptorIndex)
public void setReferenceKind(int referenceKind)
public void setReferenceIndex(int referenceIndex)
public void setBootstrapMethodAttributeIndex(int bootstrapMethodAttributeIndex)
public void reset()
reset in class ConstantPoolEntry