RMethod<O,T>
public class RMethodImpl<O,T> extends Object implements RMethod<O,T>
RMethodImpl(Method method)
Method
getMethod()
Reflect<T>
invoke(Object... values)
boolean
isStatic()
newContext()
O
self()
self(O this_)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getOwner, getParamAnnotations, getParamTypes, getReturnType
public RMethodImpl(@NotNull Method method)
public RMethod<O,T> newContext()
RMethod
newContext
public Method getMethod()
getMethod
public boolean isStatic()
isStatic
@NotNull public RMethod<O,T> self(O this_)
self
public O self()
@NotNull public Reflect<T> invoke(Object... values)
invoke