Module swim.vm
Package swim.vm

Class VmHostStaticMethod

java.lang.Object
swim.vm.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 Details

  • Method Details

    • execute

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