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.framethis basic block belongs to, if any.Methods in mockit.asm.controlFlow with parameters of type FrameModifier and TypeMethodDescriptionvoidStackMapTableWriter.createAndVisitFirstFrame(Frame frame, String classDesc, String methodDesc, int methodAccess) Creates and visits the first (implicit) frame.voidStackMapTableWriter.visitFrame(Frame frame) Visits a frame that has been computed from scratch.