类的使用
cn.taketoday.bytecode.tree.MethodNode
使用MethodNode的程序包
程序包
说明
Provides some useful class and method adapters.
Provides an ASM visitor that constructs a tree representation of the
classes it visits.
Provides a framework for static code analysis based on the asm.tree package.
-
cn.taketoday.bytecode.commons中MethodNode的使用
修饰符和类型类说明classAMethodVisitorthat removes JSR instructions and inlines the referenced subroutines.classAMethodVisitoradapter to sort the exception handlers. -
cn.taketoday.bytecode.tree中MethodNode的使用
类型参数类型为MethodNode的cn.taketoday.bytecode.tree中的字段 -
cn.taketoday.bytecode.tree.analysis中MethodNode的使用
修饰符和类型方法说明Analyzer.analyze(String owner, MethodNode method) Analyzes the given method.Analyzer.analyzeAndComputeMaxs(String owner, MethodNode method) Analyzes the given method and computes and sets its maximum stack size and maximum number of local variables.protected voidAnalyzer.init(String owner, MethodNode method) Initializes this analyzer.