Class ExceptionHandling

java.lang.Object
mockit.asm.exceptionHandling.ExceptionHandling

public final class ExceptionHandling extends Object
  • Constructor Details

  • Method Details

    • addHandler

      public void addHandler(@NonNull Label start, @NonNull Label end, @NonNull Label handler, @Nullable String type)
    • completeControlFlowGraphWithExceptionHandlerBlocksFromComputedFrames

      public void completeControlFlowGraphWithExceptionHandlerBlocksFromComputedFrames()
    • completeControlFlowGraphWithExceptionHandlerBlocks

      public void completeControlFlowGraphWithExceptionHandlerBlocks()
    • hasHandlers

      public boolean hasHandlers()
    • getSize

      public @org.checkerframework.checker.index.qual.NonNegative int getSize()
    • put

      public void put(@NonNull ByteVector out)