Uses of Class
org.glassfish.pfl.objectweb.asm.commons.LocalVariablesSorter

Packages that use LocalVariablesSorter
org.glassfish.pfl.objectweb.asm.commons Provides some useful class and method adapters. 
org.glassfish.pfl.objectweb.asm.optimizer   
 

Uses of LocalVariablesSorter in org.glassfish.pfl.objectweb.asm.commons
 

Subclasses of LocalVariablesSorter in org.glassfish.pfl.objectweb.asm.commons
 class AdviceAdapter
          A org.objectweb.asm.MethodAdapter to insert before, after and around advices in methods and constructors.
 class GeneratorAdapter
          A org.objectweb.asm.MethodAdapter with convenient methods to generate code.
 class RemappingMethodAdapter
          A MethodAdapter for type mapping.
 

Uses of LocalVariablesSorter in org.glassfish.pfl.objectweb.asm.optimizer
 

Subclasses of LocalVariablesSorter in org.glassfish.pfl.objectweb.asm.optimizer
 class MethodOptimizer
          A MethodAdapter that renames fields and methods, and removes debug info.
 



Copyright © 2013 Oracle. All Rights Reserved.