Class __ExceptionInstance

java.lang.Object
com.strobel.reflection.emit.__ExceptionInstance

final class __ExceptionInstance extends Object
  • Field Details

    • exceptionClass

      int exceptionClass
    • startAddress

      int startAddress
    • endAddress

      int endAddress
    • filterAddress

      int filterAddress
    • handleAddress

      int handleAddress
    • handleEndAddress

      int handleEndAddress
    • type

      int type
  • Constructor Details

    • __ExceptionInstance

      __ExceptionInstance(int start, int end, int filterAddress, int handle, int handleEnd, int type, int exceptionClass)
  • Method Details