Class PrintClass


  • public class PrintClass
    extends java.lang.Object
    Author:
    pugh
    • 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)  
      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
    • Constructor Detail

      • PrintClass

        public PrintClass()
    • Method Detail

      • main

        public static void main​(java.lang.String[] argv)
                         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.