Package manifold.util
Class ReflectUtil.LiveMethodRef
- java.lang.Object
-
- manifold.util.ReflectUtil.LiveMethodRef
-
- Enclosing class:
- ReflectUtil
public static class ReflectUtil.LiveMethodRef extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MethodgetMethod()ObjectgetReceiver()Objectinvoke(Object... args)ObjectinvokeSuper(Object... args)Warning: using reflect to access MethodHandle because MethodHandle.invoke/invokeExact do not work in Android APIs before version 8 (API level 26).
-