32 public static object invokeExact(global::java.lang.invoke.MethodHandle
self,
object[] args)
35 throw new NotImplementedException();
37 return self.invokeWithArguments(args);
41 public static object invoke(global::java.lang.invoke.MethodHandle
self,
object[] args)
44 throw new NotImplementedException();
46 return self.invokeWithArguments(args);
50 public static object invokeBasic(global::java.lang.invoke.MethodHandle
self,
object[] args)
53 throw new NotImplementedException();
55 return self.invokeWithArguments(args);
61 throw new NotImplementedException();
66 throw new NotImplementedException();
71 throw new NotImplementedException();
76 throw new NotImplementedException();
static object linkToVirtual(object[] args)
static object invokeExact(global::java.lang.invoke.MethodHandle self, object[] args)
static object linkToSpecial(object[] args)
static object invoke(global::java.lang.invoke.MethodHandle self, object[] args)
static object linkToInterface(object[] args)
static object invokeBasic(global::java.lang.invoke.MethodHandle self, object[] args)
static object linkToStatic(object[] args)