public interface TruffleRuntimeAccess
TruffleRuntime implementation.| Modifier and Type | Method and Description |
|---|---|
default int |
getPriority()
Allows disambiguation if more than one
TruffleRuntime implementation is available. |
TruffleRuntime |
getRuntime()
Gets the
TruffleRuntime implementation available via this access object. |
TruffleRuntime getRuntime()
TruffleRuntime implementation available via this access object.default int getPriority()
TruffleRuntime implementation is available.