Schnittstelle IConstantPool

Alle bekannten Implementierungsklassen:
ConstantPool

public interface IConstantPool
Description of a constant pool as described in the JVM specifications. This interface may be implemented by clients.
Seit:
2.0
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    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.