Module swim.vm
Package swim.vm

Class VmHostStaticMethod

  • All Implemented Interfaces:
    org.graalvm.polyglot.proxy.Proxy, org.graalvm.polyglot.proxy.ProxyExecutable

    public class VmHostStaticMethod
    extends Object
    implements org.graalvm.polyglot.proxy.ProxyExecutable
    • Constructor Detail

      • VmHostStaticMethod

        public VmHostStaticMethod​(VmBridge bridge,
                                  swim.dynamic.HostStaticMethod staticMethod)
    • Method Detail

      • execute

        public Object execute​(org.graalvm.polyglot.Value... guestArguments)
        Specified by:
        execute in interface org.graalvm.polyglot.proxy.ProxyExecutable