Class PrintClass


  • public class PrintClass
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) static boolean code  
      (package private) static boolean constants  
      (package private) static boolean superClasses  
    • Constructor Summary

      Constructors 
      Constructor Description
      PrintClass()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] argv)  
      private static void printClass​(org.apache.bcel.classfile.ClassParser parser)  
      static void printCode​(org.apache.bcel.classfile.Method[] methods)
      Dump the disassembled code of all methods in the class.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • code

        static boolean code
      • constants

        static boolean constants
      • superClasses

        static boolean superClasses
    • Constructor Detail

      • PrintClass

        public PrintClass()
    • Method Detail

      • main

        public static void main​(java.lang.String[] argv)
                         throws java.io.IOException
        Throws:
        java.io.IOException
      • printClass

        private static void printClass​(org.apache.bcel.classfile.ClassParser parser)
                                throws java.io.IOException
        Throws:
        java.io.IOException
      • printCode

        public static void printCode​(org.apache.bcel.classfile.Method[] methods)
        Dump the disassembled code of all methods in the class.