类 org.objectweb.asm.tree.analysis.Frame
的使用

使用 Frame 的软件包
org.objectweb.asm.tree.analysis Provides a framework for static code analysis based on the asm.tree package. 
 

org.objectweb.asm.tree.analysisFrame 的使用
 

返回 Frameorg.objectweb.asm.tree.analysis 中的方法
 Frame[] Analyzer.analyze(String owner, MethodNode m)
          Analyzes the given method.
 Frame[] Analyzer.getFrames()
          Returns the symbolic stack frame for each instruction of the last recently analyzed method.
 Frame Frame.init(Frame src)
          Copies the state of the given frame into this frame.
protected  Frame Analyzer.newFrame(Frame src)
          Constructs a new frame that is identical to the given frame.
protected  Frame Analyzer.newFrame(int nLocals, int nStack)
          Constructs a new frame with the given size.
 

参数类型为 Frameorg.objectweb.asm.tree.analysis 中的方法
 Frame Frame.init(Frame src)
          Copies the state of the given frame into this frame.
 boolean Frame.merge(Frame frame, boolean[] access)
          Merges this frame with the given frame (case of a RET instruction).
 boolean Frame.merge(Frame frame, Interpreter interpreter)
          Merges this frame with the given frame.
protected  Frame Analyzer.newFrame(Frame src)
          Constructs a new frame that is identical to the given frame.
 

参数类型为 Frameorg.objectweb.asm.tree.analysis 中的构造方法
Frame(Frame src)
          Constructs a new frame that is identical to the given frame.
 



Copyright © 2013. All Rights Reserved.