接口的使用
org.beetl.ow2.asm.Opcodes
使用Opcodes的程序包
程序包
说明
Provides some useful class and method adapters.
Provides a framework for static code analysis based on the asm.tree package.
Provides SAX 2.0 adapters for ASM
visitors to convert classes to and from XML.
-
org.beetl.ow2.asm.commons中Opcodes的使用
修饰符和类型类说明classAMethodVisitorto insert before, after and around advices in methods and constructors.classAMethodVisitorthat can be used to approximate method size.classAMethodVisitorthat removes JSR instructions and inlines the referenced subroutines. -
org.beetl.ow2.asm.optimizer中Opcodes的使用
-
org.beetl.ow2.asm.tree.analysis中Opcodes的使用
修饰符和类型类说明classA semantic bytecode analyzer.classAnInterpreterforBasicValuevalues.classAn extendedBasicInterpreterthat checks that bytecode instructions are correctly used.classAn extendedBasicVerifierthat performs more precise verifications.classAnInterpreterforSourceValuevalues. -
org.beetl.ow2.asm.xml中Opcodes的使用