| java.io.DataInputStream gnu.bytecode.ClassFileInput gnu.bytecode.dump
dump | public class dump extends ClassFileInput (Code) | | Class to read a ClassType from a DataInputStream (.class file).
author: Per Bothner |
main | public static void main(String[] args)(Code) | | Reads a .class file, and prints out the contents to System.out.
Very rudimentary - prints out the constant pool, and field and method
names and types, but only minimal attributes (i.e. no dis-assembly yet).
Parameters: args - One argument - the name of a .class file. |
printAttributes | public void printAttributes()(Code) | | |
usage | public static void usage()(Code) | | |
|
|