Interface PooledValueCoercible
- All Superinterfaces:
Boxed<org.graalvm.polyglot.Value>, org.graalvm.polyglot.proxy.Proxy, org.graalvm.polyglot.proxy.ProxyObject, ValueCoercible
A generated pooled Python stub that can resolve its Python value for a specific context.
-
Nested Class Summary
Nested classes/interfaces inherited from interface ValueCoercible
ValueCoercible.GeneratedPropertyMembers, ValueCoercible.HostObjectReference -
Field Summary
Fields inherited from interface ValueCoercible
AS_POLYGLOT_VALUE_MEMBER, HOST_OBJECT_MEMBER -
Method Summary
Modifier and TypeMethodDescription@NonNull org.graalvm.polyglot.ValueasPolyglotValue(org.graalvm.polyglot.Context context) Converts the type to a Truffle value in the given context.Methods inherited from interface org.graalvm.polyglot.proxy.ProxyObject
removeMemberMethods inherited from interface ValueCoercible
$unbox, asPolyglotValue, getMember, getMemberKeys, hasMember, putMember
-
Method Details
-
asPolyglotValue
-