Uses of Class
kilim.analysis.Frame
-
Packages that use Frame Package Description kilim.analysis kilim.tools -
-
Uses of Frame in kilim.analysis
Fields in kilim.analysis declared as Frame Modifier and Type Field Description FrameBasicBlock. startFrameThe frame at the BB's entry point.Methods in kilim.analysis that return Frame Modifier and Type Method Description FrameFrame. dup()FrameFrame. merge(Detector det, Frame inframe, boolean localsOnly, Usage usage)Merge the local variables and stack from the incoming frame into the current frame.Methods in kilim.analysis with parameters of type Frame Modifier and Type Method Description (package private) voidBasicBlock. merge(Frame inframe, boolean localsOnly)FrameFrame. merge(Detector det, Frame inframe, boolean localsOnly, Usage usage)Merge the local variables and stack from the incoming frame into the current frame.(package private) voidBasicBlock. mergeSuccessors(Frame frame) -
Uses of Frame in kilim.tools
Methods in kilim.tools with parameters of type Frame Modifier and Type Method Description private static java.lang.StringFlowAnalyzer. uniqueItems(BasicBlock bb, Frame f, Usage u, int nStack)
-