public interface RuntimeProvider
Modifier and Type | Method and Description |
---|---|
<T extends Architecture> |
getBackend(Class<T> arch)
Gets the backend for a given architecture.
|
Backend |
getHostBackend()
Gets the host backend.
|
Backend getHostBackend()
<T extends Architecture> Backend getBackend(Class<T> arch)
arch
- a specific architecture class