ASM Documentation

All Packages

org.objectweb.asmProvides a small and fast bytecode manipulation framework.
org.objectweb.asm.attrsProvides an implementation for various optional class, field, method and bytecode attributes.
org.objectweb.asm.treeProvides an ASM class adapter that constructs a tree representation of the classes it visits.
org.objectweb.asm.tree.analysisProvides a framework for static code analysis based on the asm.tree package.
org.objectweb.asm.utilProvides some ASM class visitors that can be useful for programming and debugging purposes.
org.objectweb.asm.util.attrsProvides attributes sub classes that can work with the ASMifier utility.
org.objectweb.asm.xmlProvides SAX 2.0 adapters for ASM visitors that can be used to convert bytecode to and from XML.