类的使用
org.beetl.ow2.asm.tree.analysis.Frame
使用Frame的程序包
程序包
说明
Provides a framework for static code analysis based on the asm.tree package.
-
org.beetl.ow2.asm.tree.analysis中Frame的使用
修饰符和类型方法说明Analyzer.analyze(String owner, MethodNode m) Analyzes the given method.Analyzer.getFrames()Returns the symbolic stack frame for each instruction of the last recently analyzed method.Copies the state of the given frame into this frame.Analyzer.newFrame(int nLocals, int nStack) Constructs a new frame with the given size.Constructs a new frame that is identical to the given frame.参数类型为Frame的org.beetl.ow2.asm.tree.analysis中的方法修饰符和类型方法说明Copies the state of the given frame into this frame.booleanMerges this frame with the given frame (case of a RET instruction).booleanFrame.merge(Frame<? extends V> frame, Interpreter<V> interpreter) Merges this frame with the given frame.Constructs a new frame that is identical to the given frame.参数类型为Frame的org.beetl.ow2.asm.tree.analysis中的构造器