Class BodyCodegen.ExceptionManager.ExceptionInfo

    • Constructor Summary

      Constructors 
      Constructor Description
      ExceptionInfo​(Jump node, Node finallyBlock)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • finallyBlock

        Node finallyBlock
      • handlerLabels

        int[] handlerLabels
      • exceptionStarts

        int[] exceptionStarts
      • currentFinally

        Node currentFinally
    • Constructor Detail

      • ExceptionInfo

        ExceptionInfo​(Jump node,
                      Node finallyBlock)