Package org.objectweb.asm.util
package org.objectweb.asm.util
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.
- Since:
- ASM 1.3.2
-
ClassDescriptionAn abstract visitor.An attribute that can print the ASM code to create an equivalent attribute.An abstract ASMifier visitor.An
AnnotationVisitorthat prints the ASM code that generates the annotations it visits.AClassVisitorthat prints the ASM code that generates the classes it visits.AFieldVisitorthat prints the ASM code that generates the fields it visits.AMethodVisitorthat prints the ASM code that generates the methods it visits.AnAnnotationVisitorthat checks that its methods are properly used.AClassAdapterthat checks that its methods are properly used.AFieldVisitorthat checks that its methods are properly used.AMethodAdapterthat checks that its methods are properly used.ASignatureVisitorthat checks that its methods are properly used.An attribute that can print eadable representation of the attribute.An abstract trace visitor.AnAnnotationVisitorthat prints a disassembled view of the annotations it visits.AClassVisitorthat prints a disassembled view of the classes it visits.AFieldVisitorthat prints a disassembled view of the fields it visits.AMethodVisitorthat prints a disassembled view of the methods it visits.ASignatureVisitorthat prints a disassembled view of the signature it visits.