|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.aspectj.org.eclipse.jdt.internal.core.util.ClassFileStruct
org.aspectj.org.eclipse.jdt.internal.core.util.ConstantPool
public class ConstantPool
Default implementation of IConstantPool.
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.aspectj.org.eclipse.jdt.internal.core.util.ClassFileStruct |
|---|
doubleAt, floatAt, i1At, i2At, i4At, i8At, u1At, u2At, u4At, utf8At |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public IConstantPoolEntry decodeEntry(int index)
IConstantPool
decodeEntry in interface IConstantPoolindex - the index of the entry in the constant pool
IConstantPool.decodeEntry(int)public int getConstantPoolCount()
IConstantPool
getConstantPoolCount in interface IConstantPoolIConstantPool.getConstantPoolCount()public int getEntryKind(int index)
IConstantPool
getEntryKind in interface IConstantPoolindex - the index of the entry in the constant pool
IConstantPool.getEntryKind(int)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||