Module swim.vm
Package swim.vm

Class VmHostMethod<T>

java.lang.Object
swim.vm.VmHostMethod<T>
All Implemented Interfaces:
org.graalvm.polyglot.proxy.Proxy, org.graalvm.polyglot.proxy.ProxyExecutable

public class VmHostMethod<T> extends Object implements org.graalvm.polyglot.proxy.ProxyExecutable
  • Constructor Details

  • Method Details

    • execute

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