Provides some ASM class visitors that can be useful for programming and debugging purposes.
See: Description
Class Summary | |
---|---|
ASMifierClassVisitor | A {@link PrintClassVisitor PrintClassVisitor} that prints the ASM code that generates the classes it visits. |
ASMifierCodeVisitor | A {@link PrintCodeVisitor} that prints the ASM code that generates the code it visits. |
CheckClassAdapter | A {@link ClassAdapter ClassAdapter} that checks that its methods are properly used. |
CheckCodeAdapter | A {@link CodeAdapter 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 {@link PrintClassVisitor PrintClassVisitor} that prints a disassembled view of the classes it visits. |
TraceCodeVisitor | A {@link PrintCodeVisitor PrintCodeVisitor} that prints a disassembled view of the code it visits. |
Since: ASM 1.3.2