Uses of Package
org.objectweb.asm.commons
-
Packages that use org.objectweb.asm.commons Package Description org.objectweb.asm.commons Provides some useful class and method adapters. -
Classes in org.objectweb.asm.commons used by org.objectweb.asm.commons Class Description GeneratorAdapter AMethodVisitor
with convenient methods to generate code.JSRInlinerAdapter.Instantiation An instantiation of a subroutine.LocalVariablesSorter AMethodVisitor
that renumbers local variables in their order of appearance.Method A named method descriptor.Remapper A class responsible for remapping types and names.SerialVersionUIDAdder.Item TableSwitchGenerator A code generator for switch statements.