Package mockit.asm.exceptionHandling
Class ExceptionHandling
java.lang.Object
mockit.asm.exceptionHandling.ExceptionHandling
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addHandler
(Label start, Label end, Label handler, String type) void
void
@org.checkerframework.checker.index.qual.NonNegative int
getSize()
boolean
void
put
(ByteVector out)
-
Constructor Details
-
ExceptionHandling
-
-
Method Details
-
addHandler
-
completeControlFlowGraphWithExceptionHandlerBlocksFromComputedFrames
public void completeControlFlowGraphWithExceptionHandlerBlocksFromComputedFrames() -
completeControlFlowGraphWithExceptionHandlerBlocks
public void completeControlFlowGraphWithExceptionHandlerBlocks() -
hasHandlers
public boolean hasHandlers() -
getSize
public @org.checkerframework.checker.index.qual.NonNegative int getSize() -
put
-