See: Description
| Interface | Description |
|---|---|
| Proxy |
Proxy interfaces allow to mimic guest language objects, arrays, executables, primitives and
native objects in Graal languages.
|
| ProxyArray |
Interface to be implemented to mimic guest language arrays.
|
| ProxyExecutable |
Interface to be implemented to mimic guest language objects that are executable.
|
| ProxyInstantiable |
Interface to be implemented to mimic guest language objects that are instantiable.
|
| ProxyNativeObject |
Interface to be implemented to mimic native pointers.
|
| ProxyObject |
Interface to be implemented to mimic guest language objects that contain members.
|
See graalvm.org for more examples on how to use this API.
for more an overview over all available proxy interfaces.