org.eclipse.jdt.internal.core.util
Class ConstantPool

java.lang.Object
  extended by org.eclipse.jdt.internal.core.util.ClassFileStruct
      extended by org.eclipse.jdt.internal.core.util.ConstantPool

public class ConstantPool
extends ClassFileStruct

Default implementation of IConstantPool.


Method Summary
 IConstantPoolEntry decodeEntry(int index)
           
 int getConstantPoolCount()
           
 int getEntryKind(int index)
           
 
Methods inherited from class 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

decodeEntry

public IConstantPoolEntry decodeEntry(int index)
See Also:
IConstantPool#decodeEntry(int)

getConstantPoolCount

public int getConstantPoolCount()
See Also:
IConstantPool#getConstantPoolCount()

getEntryKind

public int getEntryKind(int index)
See Also:
IConstantPool#getEntryKind(int)