public final class FramePrinter
extends java.lang.Object
Constructor and Description |
---|
FramePrinter(java.io.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,
java.io.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(java.io.PrintStream stream)
public static void print(CtClass clazz, java.io.PrintStream stream)
public void print(CtClass clazz)
public void print(CtMethod method)
Javassist, a Java-bytecode translator toolkit.
Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.