org.eclipse.jdt.internal.core.util
Class ConstantPoolEntry2
java.lang.Object
org.eclipse.jdt.internal.core.util.ConstantPoolEntry
org.eclipse.jdt.internal.core.util.ConstantPoolEntry2
public class ConstantPoolEntry2
- extends ConstantPoolEntry
Default implementation of IConstantPoolEntry
- Since:
- 2.0
| Methods inherited from class org.eclipse.jdt.internal.core.util.ConstantPoolEntry |
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, setUtf8Value |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConstantPoolEntry2
public ConstantPoolEntry2()
getDescriptorIndex
public int getDescriptorIndex()
getReferenceKind
public int getReferenceKind()
getReferenceIndex
public int getReferenceIndex()
getBootstrapMethodAttributeIndex
public int getBootstrapMethodAttributeIndex()
setDescriptorIndex
public void setDescriptorIndex(int descriptorIndex)
setReferenceKind
public void setReferenceKind(int referenceKind)
setReferenceIndex
public void setReferenceIndex(int referenceIndex)
setBootstrapMethodAttributeIndex
public void setBootstrapMethodAttributeIndex(int bootstrapMethodAttributeIndex)
reset
public void reset()
- Overrides:
reset in class ConstantPoolEntry