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

使用 MemberNode 的软件包
org.objectweb.asm.commons Provides some useful class and method adapters. 
org.objectweb.asm.tree Provides an ASM visitor that constructs a tree representation of the classes it visits. 
 

org.objectweb.asm.commonsMemberNode 的使用
 

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

org.objectweb.asm.treeMemberNode 的使用
 

org.objectweb.asm.treeMemberNode 的子类
 class ClassNode
          A node that represents a class.
 class FieldNode
          A node that represents a field.
 class MethodNode
          A node that represents a method.
 



Copyright © 2013. All Rights Reserved.