Interface TruffleRuntimeAccess


public interface TruffleRuntimeAccess
A service that provides access to a TruffleRuntime implementation.
Since:
0.8 or earlier
  • Method Summary

    Modifier and Type
    Method
    Description
    default int
    Allows disambiguation if more than one TruffleRuntime implementation is available.
    Gets the TruffleRuntime implementation available via this access object.
  • Method Details

    • getRuntime

      TruffleRuntime getRuntime()
      Gets the TruffleRuntime implementation available via this access object.
      Since:
      0.8 or earlier
    • getPriority

      default int getPriority()
      Allows disambiguation if more than one TruffleRuntime implementation is available.
      Since:
      0.28