Class ReflectUtil.LiveMethodRef
java.lang.Object
manifold.util.ReflectUtil.LiveMethodRef
- Enclosing class:
ReflectUtil
-
Method Summary
Modifier and TypeMethodDescriptioninvokeSuper(Object... args) Warning: using reflect to access MethodHandle because MethodHandle.invoke/invokeExact do not work in Android APIs before version 8 (API level 26).
-
Method Details
-
getMethod
-
getReceiver
-
invoke
-
invokeSuper
-