クラス MethodWrapper<T>
java.lang.Object
org.wcardinal.util.reflection.AbstractMethodWrapper<T>
org.wcardinal.util.reflection.MethodWrapper<T>
- 直系の既知のサブクラス:
AbstractCallableMethod,AbstractMethodAndOrder,ExceptionHandlerMethod,ParametrizedMethod
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明call(MethodContainer container, TrackingData trackingData, MethodHook hook, Object instance, Object[] parameters) callUndecorated(MethodContainer container, TrackingData trackingData, MethodHook hook, Object instance, Object[] parameters) voidinit(MethodContainer container) クラスから継承されたメソッド org.wcardinal.util.reflection.AbstractMethodWrapper
getLockRequirement
-
コンストラクタの詳細
-
MethodWrapper
-
-
メソッドの詳細
-
call
public MethodResult<T> call(MethodContainer container, TrackingData trackingData, MethodHook hook, Object instance, Object[] parameters) - オーバーライド:
callクラス内AbstractMethodWrapper<T>
-
callUndecorated
public MethodResult<T> callUndecorated(MethodContainer container, TrackingData trackingData, MethodHook hook, Object instance, Object[] parameters) -
init
- オーバーライド:
initクラス内AbstractMethodWrapper<T>
-