类的使用
org.beetl.ow2.asm.tree.analysis.Interpreter
使用Interpreter的程序包
程序包
说明
Provides a framework for static code analysis based on the asm.tree package.
-
org.beetl.ow2.asm.tree.analysis中Interpreter的使用
修饰符和类型类说明classAnInterpreterforBasicValuevalues.classAn extendedBasicInterpreterthat checks that bytecode instructions are correctly used.classAn extendedBasicVerifierthat performs more precise verifications.classAnInterpreterforSourceValuevalues.修饰符和类型方法说明voidFrame.execute(AbstractInsnNode insn, Interpreter<V> interpreter) booleanFrame.merge(Frame<? extends V> frame, Interpreter<V> interpreter) Merges this frame with the given frame.参数类型为Interpreter的org.beetl.ow2.asm.tree.analysis中的构造器