public final class FramePrinter extends Object
Constructor | Description |
---|---|
FramePrinter(PrintStream stream) |
Constructs a bytecode printer.
|
Modifier and Type | Method | 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 © 2018 Shigeru Chiba, www.javassist.org. All rights reserved.