Class listclass

java.lang.Object
  |
  +--listclass

public class listclass
extends java.lang.Object

Read class file(s) and display its contents.

Version:
$Id: listclass.java,v 1.4 2001/06/11 13:25:17 dahm Exp $
Author:
M. Dahm

Constructor Summary
listclass()
           
 
Method Summary
static void main(java.lang.String[] argv)
           
static void printCode(Method[] methods, boolean verbose)
          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

listclass

public listclass()
Method Detail

main

public static void main(java.lang.String[] argv)

printCode

public static void printCode(Method[] methods,
                             boolean verbose)
Dump the disassembled code of all methods in the class.