Package javassist.bytecode.analysis
Class FramePrinter
java.lang.Object
javassist.bytecode.analysis.FramePrinter
A utility class for printing a merged view of the frame state and the
instructions of a method.
- Author:
- Jason T. Greene
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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
Prints the instructions and the frame states of the given method.
-
Constructor Details
-
FramePrinter
Constructs a bytecode printer.
-
-
Method Details
-
print
Prints all the methods declared in the given class. -
print
Prints all the methods declared in the given class. -
print
Prints the instructions and the frame states of the given method.
-