Class ReflectiveMethodCallUtil

java.lang.Object
proguard.evaluation.value.ReflectiveMethodCallUtil

@Deprecated public class ReflectiveMethodCallUtil extends Object
Deprecated.
This logic is now implemented in ReflectionExecutor
This ReflectiveMethodCallUtil can execute a method call on a given class reflectively. If the call fails, a RuntimeException is thrown, otherwise, a new Value is returned using the given factory.