Package net.evmodder.EvLib.extras
Class ReflectionUtils.RefMethod
java.lang.Object
net.evmodder.EvLib.extras.ReflectionUtils.RefMethod
- Enclosing class:
ReflectionUtils
Method wrapper
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptioncall static methodapply method to object
-
Method Details
-
getRealMethod
- Returns:
- passed method
-
getRefClass
- Returns:
- owner class of method
-
getReturnRefClass
- Returns:
- class of method return type
-
of
apply method to object- Parameters:
e
- object to which the method is applied- Returns:
- RefExecutor with method call(...)
-
call
call static method- Parameters:
params
- sent parameters- Returns:
- return value
-