类 RMethodHandle<O,R>
- java.lang.Object
-
- cn.mcres.karlatemp.mxlib.reflect.RMethodHandle<O,R>
-
-
构造器详细资料
-
RMethodHandle
public RMethodHandle(boolean st, Class<O> owner, MethodHandle handle)
-
-
方法详细资料
-
getParamTypes
@NotNull public Class<?>[] getParamTypes()
- 指定者:
getParamTypes
在接口中RMethod<O,R>
-
getParamAnnotations
@NotNull public Annotation[][] getParamAnnotations()
- 指定者:
getParamAnnotations
在接口中RMethod<O,R>
-
-