Interface ConstantPoolReader

All Known Implementing Classes:
BcelConstantPoolReader

public interface ConstantPoolReader
Used during attribute reading to decode constant pool references.
Author:
Andy Clement
  • Method Summary

    Modifier and Type
    Method
    Description
    readUtf8​(int constantPoolIndex)
     
  • Method Details

    • readUtf8

      String readUtf8(int constantPoolIndex)