- java.lang.Object
-
- cn.mcres.karlatemp.mxlib.reflect.RMethodHandle<O,R>
-
-
构造器概要
构造器 构造器 说明 RMethodHandle(boolean st, Class<O> owner, MethodHandle handle)
-
方法概要
修饰符和类型 方法 说明 MethodgetMethod()@NotNull Class<O>getOwner()@NotNull Annotation[][]getParamAnnotations()@NotNull Class<?>[]getParamTypes()@NotNull Class<R>getReturnType()@NotNull Reflect<R>invoke(Object... values)booleanisStatic()RMethod<O,R>newContext()Copy context.Oself()@NotNull RMethod<O,R>self(O this_)
-
-
-
构造器详细资料
-
RMethodHandle
public RMethodHandle(boolean st, Class<O> owner, MethodHandle handle)
-
-
方法详细资料
-
getReturnType
@NotNull public @NotNull Class<R> getReturnType()
- 指定者:
getReturnType在接口中RMethod<O,R>
-
getParamTypes
@NotNull public @NotNull Class<?>[] getParamTypes()
- 指定者:
getParamTypes在接口中RMethod<O,R>
-
getParamAnnotations
@NotNull public @NotNull Annotation[][] getParamAnnotations()
- 指定者:
getParamAnnotations在接口中RMethod<O,R>
-
-