Interface | Description |
---|---|
ASMifiable |
An
Attribute that can print the ASM code
to create an equivalent attribute. |
Textifiable |
An
Attribute that can print a readable
representation of itself. |
Traceable |
An attribute that can print eadable representation of the attribute.
|
Class | 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. |
TraceAnnotationVisitor |
An
AnnotationVisitor that prints the annotations it visits with a
Printer . |
TraceClassVisitor |
A
ClassVisitor that prints the classes it visits with a
Printer . |
TraceFieldVisitor |
A
FieldVisitor that prints the fields it visits with a
Printer . |
TraceMethodVisitor |
A
MethodVisitor that prints the methods it visits with a
Printer . |
TraceSignatureVisitor |
A
SignatureVisitor that prints a disassembled view of the signature
it visits. |
Copyright © 2018. All rights reserved.