|
Eclipse JDT Release 3.8 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IConstantPoolEntry2
Description of the new constant pool entry as described in the JVM specifications added for Java 7 support. Its contents is initialized according to its kind. This interface may be implemented by clients.
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface org.eclipse.jdt.core.util.IConstantPoolEntry |
|---|
getClassIndex, getClassInfoName, getClassInfoNameIndex, getClassName, getDoubleValue, getFieldDescriptor, getFieldName, getFloatValue, getIntegerValue, getKind, getLongValue, getMethodDescriptor, getMethodName, getNameAndTypeIndex, getNameAndTypeInfoDescriptorIndex, getNameAndTypeInfoNameIndex, getStringIndex, getStringValue, getUtf8Length, getUtf8Value |
| Method Detail |
|---|
int getDescriptorIndex()
IConstantPoolEntry.getMethodDescriptor().
IConstantPoolConstant.CONSTANT_MethodTypeint getReferenceKind()
IConstantPoolConstant.CONSTANT_MethodHandleint getReferenceIndex()
IConstantPoolConstant.CONSTANT_MethodHandleint getBootstrapMethodAttributeIndex()
IConstantPoolConstant.CONSTANT_InvokeDynamic
|
Eclipse JDT Release 3.8 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Guidelines for using Eclipse APIs.
Copyright (c) 2000, 2012 IBM Corporation and others. All rights reserved.