org.eclipse.jdt.internal.core.util
Class ConstantPoolEntry2

java.lang.Object
  extended by org.eclipse.jdt.internal.core.util.ConstantPoolEntry
      extended by org.eclipse.jdt.internal.core.util.ConstantPoolEntry2

public class ConstantPoolEntry2
extends ConstantPoolEntry

Default implementation of IConstantPoolEntry

Since:
2.0

Constructor Summary
ConstantPoolEntry2()
           
 
Method Summary
 int getBootstrapMethodAttributeIndex()
           
 int getDescriptorIndex()
           
 int getReferenceIndex()
           
 int getReferenceKind()
           
 void reset()
           
 void setBootstrapMethodAttributeIndex(int bootstrapMethodAttributeIndex)
           
 void setDescriptorIndex(int descriptorIndex)
           
 void setReferenceIndex(int referenceIndex)
           
 void setReferenceKind(int referenceKind)
           
 
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
 

Constructor Detail

ConstantPoolEntry2

public ConstantPoolEntry2()
Method Detail

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