程序包 org.beetl.ow2.asm.util
package org.beetl.ow2.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.
- 从以下版本开始:
- ASM 1.3.2
-
类说明An
Attributethat can print the ASM code to create an equivalent attribute.APrinterthat prints the ASM code to generate the classes if visits.AnAnnotationVisitorthat checks that its methods are properly used.AClassVisitorthat checks that its methods are properly used.AFieldVisitorthat checks that its methods are properly used.AMethodVisitorthat checks that its methods are properly used.ASignatureVisitorthat checks that its methods are properly used.An abstract converter from visit events to text.AnAttributethat can print a readable representation of itself.APrinterthat prints a disassembled view of the classes it visits.AnAnnotationVisitorthat prints the annotations it visits with aPrinter.AClassVisitorthat prints the classes it visits with aPrinter.AFieldVisitorthat prints the fields it visits with aPrinter.AMethodVisitorthat prints the methods it visits with aPrinter.ASignatureVisitorthat prints a disassembled view of the signature it visits.