angr.engines.soot.method_dispatcher¶
- angr.engines.soot.method_dispatcher.resolve_method(state, method_name, class_name, params=(), ret_type=None, include_superclasses=True, init_class=True, raise_exception_if_not_found=False)¶
Resolves the method based on the given characteristics (name, class and params) The method may be defined in one of the superclasses of the given class (TODO: support interfaces).
- Return type: