Uses of Class
org.objectweb.asm.tree.analysis.Frame
Packages that use Frame
Package
Description
Provides a framework for static code analysis based on the asm.tree package.
-
Uses of Frame in org.objectweb.asm.tree.analysis
Methods in org.objectweb.asm.tree.analysis that return FrameModifier and TypeMethodDescriptionFrame[]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.Copies the state of the given frame into this frame.protected FrameAnalyzer.newFrame(int nLocals, int nStack) Constructs a new frame with the given size.protected FrameConstructs a new frame that is identical to the given frame.Methods in org.objectweb.asm.tree.analysis with parameters of type FrameModifier and TypeMethodDescriptionCopies the state of the given frame into this frame.booleanMerges this frame with the given frame (case of a RET instruction).booleanFrame.merge(Frame frame, Interpreter interpreter) Merges this frame with the given frame.protected FrameConstructs a new frame that is identical to the given frame.Constructors in org.objectweb.asm.tree.analysis with parameters of type Frame