Provides some ASM class visitors that can be useful for programming and debugging purposes.
See: Description
| Class Summary | |
|---|---|
| ASMifierClassVisitor |
A PrintClassVisitor that prints the ASM code that
generates the classes it visits. |
| ASMifierCodeVisitor | A PrintCodeVisitor that prints the ASM code that generates the code it visits. |
| CheckClassAdapter |
A ClassAdapter that checks that its methods are properly
used. |
| CheckCodeAdapter |
A CodeAdapter that checks that its methods are properly
used. |
| PrintClassVisitor | An abstract class visitor that prints the classes it visits. |
| PrintCodeVisitor | An abstract code visitor that prints the code it visits. |
| TraceClassVisitor |
A PrintClassVisitor that prints a disassembled
view of the classes it visits. |
| TraceCodeVisitor |
A PrintCodeVisitor that prints a disassembled view
of the code it visits.
|
Since: ASM 1.3.2