Interface IExecutingLikeExceptionHandlerNode<TData>

    • Method Detail

      • getBodyChildIndex

        int getBodyChildIndex()
        Returns:
        Index of the child representing the block ("try").
      • getFinalizerChildIndex

        int getFinalizerChildIndex()
        Returns:
        Index of the child representing the finalizer ("finally").
      • getHandlerChildIndex

        int getHandlerChildIndex()
        Returns:
        Index of the child representing the handler ("catch").