public interface IConstantPool
Modifier and Type | Method and Description |
---|---|
IConstantPoolEntry |
decodeEntry(int index)
Answer back the entry at the index @index
in the constant pool.
|
int |
getConstantPoolCount()
Answer back the number of entries in the constant pool.
|
int |
getEntryKind(int index)
Answer back the type of the entry at the index @index
in the constant pool.
|
int getConstantPoolCount()
int getEntryKind(int index)
index
- the index of the entry in the constant poolIConstantPoolEntry decodeEntry(int index)
index
- the index of the entry in the constant poolCopyright (c) IBM Corp. and others 2000, 2006. All Rights Reserved.