MCPcopy Create free account
hub / github.com/Relph1119/JVMByPython / find_native_method

Function find_native_method

src/ch09/native/Registry.py:33–48  ·  view source on GitHub ↗

根据类名、方法名和方法描述符查找本地方法实现,如果找不到,则返回None :param class_name: 类名 :param method_name: 方法名 :param method_descriptor: 方法描述符 :return:

(class_name, method_name, method_descriptor)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

executeMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected