Interface TruffleRuntimeAccess
public interface TruffleRuntimeAccess
A service that provides access to a
TruffleRuntime implementation.- Since:
- 0.8 or earlier
-
Method Summary
Modifier and TypeMethodDescriptiondefault intAllows disambiguation if more than oneTruffleRuntimeimplementation is available.Gets theTruffleRuntimeimplementation available via this access object.
-
Method Details
-
getRuntime
TruffleRuntime getRuntime()Gets theTruffleRuntimeimplementation available via this access object.- Since:
- 0.8 or earlier
-
getPriority
default int getPriority()Allows disambiguation if more than oneTruffleRuntimeimplementation is available.- Since:
- 0.28
-