Uses of Class
com.yourkit.probes.CallStatus
Packages that use CallStatus
-
Uses of CallStatus in com.yourkit.probes
Methods in com.yourkit.probes with parameters of type CallStatusModifier and TypeMethodDescriptionstatic Object
ReflectionUtil.callMethod0
(Class<?> aClass, Object object, String methodName, CallStatus callStatus) Invokes instance or static method with no parameters and any return type.static Object
ReflectionUtil.callMethod0
(Object object, String methodName, CallStatus callStatus) Invokes instance method with no parameters and any return type.static Object
ReflectionUtil.callMethod1
(Class<?> aClass, Object object, String methodNameAndSignature, Object arg1, CallStatus callStatus) Invokes a method with one parameter and any return type.static <T> T
ReflectionUtil.getFieldValue
(Class<?> aClass, Object object, String fieldName, CallStatus callStatus) Gets value of a reference field, either instance or static