| Package | Description |
|---|---|
| com.github.taomus.mytools.utils.asm | |
| com.github.taomus.org.objectweb.asm.util |
Provides ASM visitors that can be useful for programming and
debugging purposes.
|
| Class and Description |
|---|
| TraceClassVisitor
A
ClassVisitor that prints the classes it visits with a
Printer. |
| Class and Description |
|---|
| ASMifier
A
Printer that prints the ASM code to generate the classes if visits. |
| Printer
An abstract converter from visit events to text.
|
| Textifier
A
Printer that prints a disassembled view of the classes it visits. |
Copyright © 2020. All Rights Reserved.