- java.lang.Object
-
- cn.mcres.karlatemp.mxlib.reflect.RMethodHandle<O,R>
-
-
构造器概要
构造器 构造器 说明 RMethodHandle(boolean st, Class<O> owner, MethodHandle handle)
-
方法概要
修饰符和类型 方法 说明 Method
getMethod()
@NotNull Class<O>
getOwner()
@NotNull Annotation[][]
getParamAnnotations()
@NotNull Class<?>[]
getParamTypes()
@NotNull Class<R>
getReturnType()
@NotNull Reflect<R>
invoke(Object... values)
boolean
isStatic()
RMethod<O,R>
newContext()
Copy context.O
self()
@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>
-
-