Qore jni Module  1.2.0
org.qore.jni.QoreJavaDynamicApi Class Reference

This class provides methods that allow Java to interface with Qore code. More...

Static Public Member Methods

static Object invokeMethod (Method m, Object obj, Object... args) throws Throwable
 invokes the given method on the given object and returns the return value
 
static Object invokeMethodNonvirtual (Method m, Object obj, Object... args) throws Throwable
 invokes the given method on the given object and returns the return value
 
static Object getField (Field f, Object obj) throws Throwable
 invokes the given method on the given object and returns the return value
 
static MethodHandles.Lookup lookup ()
 returns a lookup object for the program's context
 

Detailed Description

This class provides methods that allow Java to interface with Qore code.


The documentation for this class was generated from the following file: