Provides ASM visitors that can be useful for programming and debugging purposes.
See: Description
| Interface Summary | |
|---|---|
| ASMifiable | An attribute that can print the ASM code to create an equivalent attribute. |
| Traceable | An attribute that can print eadable representation of the attribute. |
| Class Summary | |
|---|---|
| AbstractVisitor | An abstract visitor. |
| ASMifierAbstractVisitor | An abstract ASMifier visitor. |
| ASMifierAnnotationVisitor | An AnnotationVisitor that prints the ASM code that generates the annotations it visits. |
| ASMifierClassVisitor | A ClassVisitor that prints the ASM code that generates the classes it visits. |
| ASMifierFieldVisitor | A FieldVisitor that prints the ASM code that generates the fields it visits. |
| ASMifierMethodVisitor | A MethodVisitor that prints the ASM code that generates the methods it visits. |
| CheckAnnotationAdapter | An AnnotationVisitor that checks that its methods are properly used. |
| CheckClassAdapter | A ClassAdapter that checks that its methods are properly used. |
| CheckFieldAdapter | A FieldVisitor that checks that its methods are properly used. |
| CheckMethodAdapter | A MethodAdapter that checks that its methods are properly used. |
| CheckSignatureAdapter | A SignatureVisitor that checks that its methods are properly used. |
| TraceAbstractVisitor | An abstract trace visitor. |
| TraceAnnotationVisitor | An AnnotationVisitor that prints a disassembled view of the annotations it visits. |
| TraceClassVisitor | A ClassVisitor that prints a disassembled view of the classes it visits. |
| TraceFieldVisitor | A FieldVisitor that prints a disassembled view of the fields it visits. |
| TraceMethodVisitor | A MethodVisitor that prints a disassembled view of the methods it visits. |
| TraceSignatureVisitor | A SignatureVisitor that prints a disassembled view of the signature it visits. |
Since: ASM 1.3.2