ASM Documentation

All Packages

org.objectweb.asmProvides a small and fast bytecode manipulation framework.
org.objectweb.asm.attrsProvides an implementation for optional class, field and method attributes.
org.objectweb.asm.commonsProvides some useful class and method adapters.
org.objectweb.asm.signatureProvides support for type signatures.
org.objectweb.asm.tree Provides an ASM visitor 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 ASM 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 to convert classes to and from XML.