|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.jdt.internal.core.util.ConstantPoolEntry
public class ConstantPoolEntry
Default implementation of IConstantPoolEntry
| Constructor Summary | |
|---|---|
ConstantPoolEntry()
|
|
| Method Summary | |
|---|---|
int |
getClassIndex()
|
char[] |
getClassInfoName()
|
int |
getClassInfoNameIndex()
|
char[] |
getClassName()
|
double |
getDoubleValue()
|
char[] |
getFieldDescriptor()
|
char[] |
getFieldName()
|
float |
getFloatValue()
|
int |
getIntegerValue()
|
int |
getKind()
|
long |
getLongValue()
|
char[] |
getMethodDescriptor()
|
char[] |
getMethodName()
|
int |
getNameAndTypeDescriptorIndex()
Gets the nameAndTypeDescriptorIndex. |
int |
getNameAndTypeIndex()
|
int |
getNameAndTypeInfoDescriptorIndex()
|
int |
getNameAndTypeInfoNameIndex()
|
int |
getNameAndTypeNameIndex()
Gets the nameAndTypeNameIndex. |
int |
getStringIndex()
|
java.lang.String |
getStringValue()
|
int |
getUtf8Length()
|
char[] |
getUtf8Value()
|
void |
reset()
|
void |
setClassIndex(int classIndex)
Sets the classIndex. |
void |
setClassInfoName(char[] classInfoName)
Sets the classInfoName. |
void |
setClassInfoNameIndex(int classInfoNameIndex)
Sets the classInfoNameIndex. |
void |
setClassName(char[] className)
Sets the className. |
void |
setDoubleValue(double doubleValue)
Sets the doubleValue. |
void |
setFieldDescriptor(char[] fieldDescriptor)
Sets the fieldDescriptor. |
void |
setFieldName(char[] fieldName)
Sets the fieldName. |
void |
setFloatValue(float floatValue)
Sets the floatValue. |
void |
setIntegerValue(int integerValue)
Sets the integerValue. |
void |
setKind(int kind)
Sets the kind. |
void |
setLongValue(long longValue)
Sets the longValue. |
void |
setMethodDescriptor(char[] methodDescriptor)
Sets the methodDescriptor. |
void |
setMethodName(char[] methodName)
Sets the methodName. |
void |
setNameAndTypeDescriptorIndex(int nameAndTypeDescriptorIndex)
Sets the nameAndTypeDescriptorIndex. |
void |
setNameAndTypeIndex(int nameAndTypeIndex)
Sets the nameAndTypeIndex. |
void |
setNameAndTypeNameIndex(int nameAndTypeNameIndex)
Sets the nameAndTypeNameIndex. |
void |
setStringIndex(int stringIndex)
Sets the stringIndex. |
void |
setStringValue(char[] stringValue)
Sets the stringValue. |
void |
setUtf8Length(int utf8Length)
Sets the utf8Length. |
void |
setUtf8Value(char[] utf8Value)
Sets the utf8Value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConstantPoolEntry()
| Method Detail |
|---|
public int getKind()
IConstantPoolEntry#getKind()public void setKind(int kind)
kind - The kind to setpublic int getClassInfoNameIndex()
IConstantPoolEntry#getClassInfoNameIndex()public int getClassIndex()
IConstantPoolEntry#getClassIndex()public int getNameAndTypeIndex()
IConstantPoolEntry#getNameAndTypeIndex()public int getStringIndex()
IConstantPoolEntry#getStringIndex()public java.lang.String getStringValue()
IConstantPoolEntry#getStringValue()public int getIntegerValue()
IConstantPoolEntry#getIntegerValue()public float getFloatValue()
IConstantPoolEntry#getFloatValue()public double getDoubleValue()
IConstantPoolEntry#getDoubleValue()public long getLongValue()
IConstantPoolEntry#getLongValue()public int getNameAndTypeInfoDescriptorIndex()
IConstantPoolEntry#getNameAndTypeInfoDescriptorIndex()public int getNameAndTypeInfoNameIndex()
IConstantPoolEntry#getNameAndTypeInfoNameIndex()public char[] getClassName()
IConstantPoolEntry#getClassName()public char[] getFieldName()
IConstantPoolEntry#getFieldName()public char[] getMethodName()
IConstantPoolEntry#getMethodName()public char[] getFieldDescriptor()
IConstantPoolEntry#getFieldDescriptor()public char[] getMethodDescriptor()
IConstantPoolEntry#getMethodDescriptor()public char[] getUtf8Value()
IConstantPoolEntry#getUtf8Value()public char[] getClassInfoName()
IConstantPoolEntry#getClassInfoName()public void setClassInfoNameIndex(int classInfoNameIndex)
classInfoNameIndex - The classInfoNameIndex to setpublic void setClassIndex(int classIndex)
classIndex - The classIndex to setpublic void setNameAndTypeIndex(int nameAndTypeIndex)
nameAndTypeIndex - The nameAndTypeIndex to setpublic void setStringIndex(int stringIndex)
stringIndex - The stringIndex to setpublic void setStringValue(char[] stringValue)
stringValue - The stringValue to setpublic void setIntegerValue(int integerValue)
integerValue - The integerValue to setpublic void setFloatValue(float floatValue)
floatValue - The floatValue to setpublic void setDoubleValue(double doubleValue)
doubleValue - The doubleValue to setpublic void setLongValue(long longValue)
longValue - The longValue to setpublic int getNameAndTypeDescriptorIndex()
public void setNameAndTypeDescriptorIndex(int nameAndTypeDescriptorIndex)
nameAndTypeDescriptorIndex - The nameAndTypeDescriptorIndex to setpublic int getNameAndTypeNameIndex()
public void setNameAndTypeNameIndex(int nameAndTypeNameIndex)
nameAndTypeNameIndex - The nameAndTypeNameIndex to setpublic void setClassName(char[] className)
className - The className to setpublic void setFieldName(char[] fieldName)
fieldName - The fieldName to setpublic void setMethodName(char[] methodName)
methodName - The methodName to setpublic void setFieldDescriptor(char[] fieldDescriptor)
fieldDescriptor - The fieldDescriptor to setpublic void setMethodDescriptor(char[] methodDescriptor)
methodDescriptor - The methodDescriptor to setpublic void setUtf8Value(char[] utf8Value)
utf8Value - The utf8Value to setpublic void setClassInfoName(char[] classInfoName)
classInfoName - The classInfoName to setpublic int getUtf8Length()
IConstantPoolEntry#getUtf8Length()public void setUtf8Length(int utf8Length)
utf8Length - The utf8Length to setpublic void reset()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||