Class framedump


  • public class framedump
    extends java.lang.Object
    framedump is a tool for viewing a merged combination of the instructions and frame state of all methods in a class.

    For example,

    % java javassist.tools.framedump foo.class
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private framedump()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      Main method.
      • Methods inherited from class java.lang.Object

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

      • framedump

        private framedump()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Exception
        Main method.
        Parameters:
        args - args[0] is the class file name.
        Throws:
        java.lang.Exception