Class ExceptionHandling
java.lang.Object
mockit.asm.exceptionHandling.ExceptionHandling
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddHandler(Label start, Label end, Label handler, String type) voidvoid@NonNegative intgetSize()booleanvoidput(ByteVector out)
-
Constructor Details
-
ExceptionHandling
-
-
Method Details
-
addHandler
-
completeControlFlowGraphWithExceptionHandlerBlocksFromComputedFrames
public void completeControlFlowGraphWithExceptionHandlerBlocksFromComputedFrames() -
completeControlFlowGraphWithExceptionHandlerBlocks
public void completeControlFlowGraphWithExceptionHandlerBlocks() -
hasHandlers
public boolean hasHandlers() -
getSize
public @NonNegative int getSize() -
put
-