Interface IConstantPool


public interface IConstantPool
Description of a constant pool as described in the JVM specifications. This interface may be implemented by clients.
Since:
2.0
  • Method Summary

    Modifier and Type
    Method
    Description
    decodeEntry(int index)
    Answer back the entry at the given index in the constant pool.
    int
    Answer back the number of entries in the constant pool.
    int
    getEntryKind(int index)
    Answer back the type of the entry at the given index in the constant pool.