public final class FramePrinter extends Object
| Constructor and Description | 
|---|
| FramePrinter(PrintStream stream)Constructs a bytecode printer. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | print(CtClass clazz)Prints all the methods declared in the given class. | 
| static void | print(CtClass clazz,
     PrintStream stream)Prints all the methods declared in the given class. | 
| void | print(CtMethod method)Prints the instructions and the frame states of the given method. | 
public FramePrinter(PrintStream stream)
public static void print(CtClass clazz, PrintStream stream)
public void print(CtClass clazz)
public void print(CtMethod method)
Copyright © 2016 Shigeru Chiba, www.javassist.org. All Rights Reserved.