See: Description
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. |
Class | Description |
---|---|
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 (c) Fabasoft R&D GmbH, Linz, Austria, 1988-2015.