ASM Documentation

Packages
org.objectweb.asm Provides a small and fast bytecode manipulation framework.
org.objectweb.asm.attrs Provides an implementation for various optional class, field, method and bytecode attributes.
org.objectweb.asm.tree Provides an ASM class adapter that constructs a tree representation of the classes it visits.
org.objectweb.asm.util Provides some ASM class visitors that can be useful for programming and debugging purposes.