javassist.bytecode
Class ClassFilePrinter
java.lang.Object
javassist.bytecode.ClassFilePrinter
public class ClassFilePrinter
- extends Object
A utility class for priting the contents of a class file.
It prints a constant pool table, fields, and methods in a
human readable representation.
Method Summary |
static void |
print(ClassFile cf)
Prints the contents of a class file to the standard output stream. |
static void |
print(ClassFile cf,
PrintWriter out)
Prints the contents of a class file. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClassFilePrinter
public ClassFilePrinter()
print
public static void print(ClassFile cf)
- Prints the contents of a class file to the standard output stream.
print
public static void print(ClassFile cf,
PrintWriter out)
- Prints the contents of a class file.
Copyright © 2011. All Rights Reserved.