Package org.jacoco.core.internal.flow
Interface IFrame
- All Known Implementing Classes:
FrameSnapshot
public interface IFrame
Representation of the current stackmap frame content.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(org.objectweb.asm.MethodVisitor mv) Emits a frame event with the current content to the given visitor.
-
Method Details
-
accept
void accept(org.objectweb.asm.MethodVisitor mv) Emits a frame event with the current content to the given visitor.- Parameters:
mv
- method visitor to emit frame event to
-