|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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. |
Provides ASM visitors that can be useful for programming and debugging purposes. These class visitors are normally not used by applications at runtime. This is why they are bundled in an optional asm-util.jar library that is separated from (but requires) the asm.jar library, which contains the core ASM framework.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |