Interface CatchBlockCreator

All Superinterfaces:
AutoCloseable, BytecodeCreator
All Known Implementing Classes:
CatchBlockCreatorImpl

public interface CatchBlockCreator extends BytecodeCreator
A bytecode creator that represents a catch block
  • Method Details

    • getCaughtException

      ResultHandle getCaughtException()
      Returns:
      A result handle representing the caught exception