|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavassist.bytecode.analysis.FramePrinter
public final class FramePrinter
A utility class for printing a merged view of the frame state and the instructions of a method.
Constructor Summary | |
---|---|
FramePrinter(java.io.PrintStream stream)
Constructs a bytecode printer. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FramePrinter(java.io.PrintStream stream)
Method Detail |
---|
public static void print(CtClass clazz, java.io.PrintStream stream)
public void print(CtClass clazz)
public void print(CtMethod method)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |