- Enclosing class:
ForeignInitializer<T extends ForeignDowncall<E>,
E extends Throwable>
public static interface ForeignInitializer.MethodHandleLookup
The Interface MethodHandleLookup.
-
Method Summary
Modifier and TypeMethodDescriptionlookup
(MethodHandles.Lookup lookup, Class<?> clazz, String methodName, MethodType type) Lookup.
-
Method Details
-
lookup
MethodHandle lookup(MethodHandles.Lookup lookup, Class<?> clazz, String methodName, MethodType type) throws IllegalAccessException, NoSuchMethodException Lookup.- Parameters:
lookup
- the lookupclazz
- the clazzmethodName
- the method nametype
- the type- Returns:
- the method handle
- Throws:
IllegalAccessException
- the illegal access exceptionNoSuchMethodException
- the no such method exception
-