Uses of Class
mockit.asm.controlFlow.Frame
Packages that use Frame
-
Uses of Frame in mockit.asm.controlFlow
Methods in mockit.asm.controlFlow that return FrameModifier and TypeMethodDescriptionCFGAnalysis.getFirstFrame()
Label.getFrame()
Returns theLabel.frame
this basic block belongs to, if any.Methods in mockit.asm.controlFlow with parameters of type FrameModifier and TypeMethodDescriptionvoid
StackMapTableWriter.createAndVisitFirstFrame
(Frame frame, String classDesc, String methodDesc, int methodAccess) Creates and visits the first (implicit) frame.void
StackMapTableWriter.visitFrame
(Frame frame) Visits a frame that has been computed from scratch.