javassist.bytecode
Class ClassFilePrinter

java.lang.Object
  extended by javassist.bytecode.ClassFilePrinter

public class ClassFilePrinter
extends java.lang.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.


Constructor Summary
ClassFilePrinter()
           
 
Method Summary
static void print(ClassFile cf)
          Prints the contents of a class file to the standard output stream.
static void print(ClassFile cf, java.io.PrintWriter out)
          Prints the contents of a class file.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassFilePrinter

public ClassFilePrinter()
Method Detail

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,
                         java.io.PrintWriter out)
Prints the contents of a class file.



Javassist, a Java-bytecode translator toolkit.
Copyright (C) 1999-2010 Shigeru Chiba. All Rights Reserved.