类的使用
cn.taketoday.bytecode.tree.analysis.Interpreter
使用Interpreter的程序包
程序包
说明
Provides a framework for static code analysis based on the asm.tree package.
-
cn.taketoday.bytecode.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) Simulates the execution of the given instruction on this execution stack frame.booleanFrame.merge(Frame<? extends V> frame, Interpreter<V> interpreter) Merges the given frame into this frame.