Class NFIState

java.lang.Object
com.oracle.truffle.nfi.backend.spi.NFIState

public final class NFIState extends Object
Thread-local state of the NFI that is shared between different backends.
  • Constructor Details

    • NFIState

      public NFIState()
  • Method Details

    • getPendingException

      public Throwable getPendingException()
    • setPendingException

      public void setPendingException(Throwable t)
    • clearPendingException

      public void clearPendingException()