Class ConstantPoolPrinter

java.lang.Object
classycle.classfile.ConstantPoolPrinter

public class ConstantPoolPrinter extends Object
Application which prints the Constant pool of a class file onto the console.
Author:
Franz-Josef Elmer
  • Constructor Details

    • ConstantPoolPrinter

      public ConstantPoolPrinter()
  • Method Details

    • main

      public static void main(String[] args)
      Reads a class file and prints the constant pool onto System.out.
      Parameters:
      args - File name of the class file in args[0]