Java org.eclipse.jdt.core.util IConstantPoolEntry fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jdt.core.util IConstantPoolEntry fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jdt.core.util IConstantPoolEntry.

The text is from its open source code.

Method

char[]getClassInfoName()
Returns the class name for a CONSTANT_Class type entry.
char[]getClassName()
Returns the class name for a CONSTANT_Fieldref, CONSTANT_Methodref, CONSTANT_InterfaceMethodref type entry.
doublegetDoubleValue()
Returns the double value for a CONSTANT_Double type entry.
char[]getFieldDescriptor()
Returns the field descriptor value for a CONSTANT_Fieldref type entry.
floatgetFloatValue()
Returns the float value for a CONSTANT_Float type entry.
intgetIntegerValue()
Returns the integer value for a CONSTANT_Integer type entry.
intgetKind()
Returns the type of this entry.
longgetLongValue()
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 method name for a CONSTANT_Methodref, CONSTANT_InterfaceMethodref or CONSTANT_InvokeDynamic type entry.
intgetNameAndTypeInfoDescriptorIndex()
Returns the descriptor index for a CONSTANT_NameAndType type entry.
StringgetStringValue()
Returns the string value for a CONSTANT_String type entry.
char[]getUtf8Value()
Returns the utf8 value for a CONSTANT_Utf8 type entry.