Package | Description |
---|---|
org.objectweb.asm.util |
Provides ASM visitors that can be useful for programming and
debugging purposes.
|
Class and Description |
---|
ASMifier
A
Printer that prints the ASM code to generate the classes if visits. |
CheckMethodAdapter.Method
The 'generic' instruction visit methods (i.e.
|
CheckSignatureAdapter.State
The possible states of the automaton used to check the order of method calls.
|
Printer
An abstract converter from visit events to text.
|
Textifier
A
Printer that prints a disassembled view of the classes it visits. |