public interface IConstantPoolEntry3 extends IConstantPoolEntry2
Modifier and Type | Method and Description |
---|---|
int |
getModuleIndex()
Returns the index for a CONSTANT_Module type entry.
|
char[] |
getModuleName()
Returns the name of a CONSTANT_Module type entry.
|
int |
getPackageIndex()
Returns the index for a CONSTANT_Package type entry.
|
char[] |
getPackageName()
Returns the name of a CONSTANT_Package type entry.
|
getBootstrapMethodAttributeIndex, getDescriptorIndex, getReferenceIndex, getReferenceKind
getClassIndex, getClassInfoName, getClassInfoNameIndex, getClassName, getDoubleValue, getFieldDescriptor, getFieldName, getFloatValue, getIntegerValue, getKind, getLongValue, getMethodDescriptor, getMethodName, getNameAndTypeIndex, getNameAndTypeInfoDescriptorIndex, getNameAndTypeInfoNameIndex, getStringIndex, getStringValue, getUtf8Length, getUtf8Value
int getModuleIndex()
IConstantPoolConstant.CONSTANT_Module
,
getModuleName()
char[] getModuleName()
IConstantPoolConstant.CONSTANT_Module
,
getModuleIndex()
int getPackageIndex()
IConstantPoolConstant.CONSTANT_Package
,
getPackageName()
char[] getPackageName()
IConstantPoolConstant.CONSTANT_Package
,
getPackageIndex()
Copyright (c) 2000, 2017 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.