Class ConstantHTML

java.lang.Object
org.apache.bcel.util.ConstantHTML

final class ConstantHTML extends Object
Convert constant pool into HTML file.
  • Field Details

    • class_name

      private final String class_name
    • class_package

      private final String class_package
    • constant_pool

      private final ConstantPool constant_pool
    • file

      private final PrintWriter file
    • constant_ref

      private final String[] constant_ref
    • constants

      private final Constant[] constants
    • methods

      private final Method[] methods
  • Constructor Details

  • Method Details

    • referenceConstant

      String referenceConstant(int index)
    • writeConstant

      private void writeConstant(int index)
    • getMethodNumber

      private int getMethodNumber(String str)