$darkmode
This class provides methods that allow Java to interface with Qore code. More...
Static Public Member Methods | |
| static Object | newInstance (Constructor<?> c, Object... args) throws Throwable |
| creates an instance of the given class | |
| 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 | |
This class provides methods that allow Java to interface with Qore code.