Package org.jacoco.core.internal.flow
Interface IFrame
-
- All Known Implementing Classes:
FrameSnapshot
public interface IFrameRepresentation of the current stackmap frame content.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaccept(org.objectweb.asm.MethodVisitor mv)Emits a frame event with the current content to the given visitor.
-