Uses of Class
org.objectweb.asm.MethodAdapter
Packages that use MethodAdapter
Package
Description
Provides some useful class and method adapters.
Provides ASM visitors that can be useful for programming and
debugging purposes.
-
Uses of MethodAdapter in org.objectweb.asm.commons
Subclasses of MethodAdapter in org.objectweb.asm.commonsModifier and TypeClassDescriptionclassAMethodAdapterto insert before, after and around advices in methods and constructors.classAMethodAdapterthat keeps track of stack map frame changes betweenvisitFramecalls.classAMethodAdapterthat can be used to approximate method size.classAMethodAdapterwith convenient methods to generate code.classclassAMethodAdapterthat renumbers local variables in their order of appearance.classAMethodAdapterfor type mapping. -
Uses of MethodAdapter in org.objectweb.asm.util
Subclasses of MethodAdapter in org.objectweb.asm.utilModifier and TypeClassDescriptionclassAMethodAdapterthat checks that its methods are properly used.