软件包 org.objectweb.asm.commons
的使用

使用 org.objectweb.asm.commons 的软件包
org.eclipse.jetty.annotations   
org.objectweb.asm.commons Provides some useful class and method adapters. 
org.objectweb.asm.optimizer   
 

org.eclipse.jetty.annotations 使用的 org.objectweb.asm.commons 中的类
EmptyVisitor
          An empty implementation of the ASM visitor interfaces.
 

org.objectweb.asm.commons 使用的 org.objectweb.asm.commons 中的类
GeneratorAdapter
          A MethodAdapter with convenient methods to generate code.
LocalVariablesSorter
          A MethodAdapter that renumbers local variables in their order of appearance.
Method
          A named method descriptor.
Remapper
          A class responsible for remapping types and names.
TableSwitchGenerator
          A code generator for switch statements.
 

org.objectweb.asm.optimizer 使用的 org.objectweb.asm.commons 中的类
LocalVariablesSorter
          A MethodAdapter that renumbers local variables in their order of appearance.
Remapper
          A class responsible for remapping types and names.
RemappingClassAdapter
          A ClassAdapter for type remapping.
RemappingMethodAdapter
          A MethodAdapter for type mapping.
 



Copyright © 2013. All Rights Reserved.