类 org.objectweb.asm.tree.MethodNode
的使用

使用 MethodNode 的软件包
org.objectweb.asm.commons Provides some useful class and method adapters. 
org.objectweb.asm.tree.analysis Provides a framework for static code analysis based on the asm.tree package. 
 

org.objectweb.asm.commonsMethodNode 的使用
 

org.objectweb.asm.commonsMethodNode 的子类
 class JSRInlinerAdapter
          A MethodAdapter that removes JSR instructions and inlines the referenced subroutines.
 

org.objectweb.asm.tree.analysisMethodNode 的使用
 

参数类型为 MethodNodeorg.objectweb.asm.tree.analysis 中的方法
 Frame[] Analyzer.analyze(String owner, MethodNode m)
          Analyzes the given method.
 



Copyright © 2013. All Rights Reserved.