See: Description
Interface | Description |
---|---|
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 | Description |
---|---|
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. |
Copyright © 2018. All rights reserved.