-
-
-
返回RMethod的cn.mcres.karlatemp.mxlib.reflect中的方法
修饰符和类型 |
方法 |
说明 |
RMethod<T,?> |
ObjectReflect.getMethod(String name,
Class[] types) |
|
<R> RMethod<T,R> |
ObjectReflect.getMethod(String name,
Class<R> returnType,
Class... types) |
|
RMethod<T,?> |
Reflect.getMethod(String name,
Class[] types) |
|
<R> RMethod<T,R> |
Reflect.getMethod(String name,
Class<R> returnType,
Class... types) |
|
RMethod<T,?>[] |
ObjectReflect.getMethods(String name) |
|
RMethod<T,?>[] |
Reflect.getMethods(String name) |
|
default RMethod<O,R> |
RMethod.newContext() |
Copy context.
|
RMethod<O,R> |
RMethodHandle.newContext() |
|
RMethod<O,T> |
RMethodImpl.newContext() |
|
RMethod<O,R> |
RMethod.self(O this_) |
|
RMethod<O,R> |
RMethodHandle.self(O this_) |
|
RMethod<O,T> |
RMethodImpl.self(O this_) |
|