Class ClassFilePrinter


  • public class ClassFilePrinter
    extends Object
    A utility class for priting the contents of a class file. It prints a constant pool table, fields, and methods in a human readable representation.
    • Constructor Detail

      • ClassFilePrinter

        public ClassFilePrinter()
    • Method Detail

      • print

        public static void print​(ClassFile cf)
        Prints the contents of a class file to the standard output stream.
      • print

        public static void print​(ClassFile cf,
                                 PrintWriter out)
        Prints the contents of a class file.