接口 RMethod<O,R>
-
- 所有已知实现类:
RMethodHandle,RMethodImpl
public interface RMethod<O,R>
-
-
方法概要
修饰符和类型 方法 说明 MethodgetMethod()default Class<O>getOwner()default Annotation[][]getParamAnnotations()default Class<?>[]getParamTypes()default Class<R>getReturnType()Reflect<R>invoke(Object... values)booleanisStatic()default RMethod<O,R>newContext()Copy context.Oself()RMethod<O,R>self(O this_)
-
-
-
方法详细资料
-
getParamTypes
@NotNull @Contract(pure=true) default Class<?>[] getParamTypes()
-
getMethod
Method getMethod()
-
getParamAnnotations
@NotNull @Contract default Annotation[][] getParamAnnotations()
-
isStatic
boolean isStatic()
-
self
@Contract(pure=true) O self()
-
-