Package org.graalvm.polyglot.proxy
Interface ProxyNativeObject
- All Superinterfaces:
Proxy
Interface to be implemented to mimic native pointers.
- Since:
- 19.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionlong
Returns the native pointer value that this object represents.
-
Method Details
-
asPointer
long asPointer()Returns the native pointer value that this object represents.- Since:
- 19.0
-