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

Function register

src/ch09/native/Registry.py:19–30  ·  view source on GitHub ↗

类名、方法名和方法描述符加在一起才能唯一确定一个方法,把它们的组合作为本地方法注册表的键。 该函数把上面三个信息和本地方法实现关联起来。 :param class_name: 类名 :param method_name: 方法名 :param method_descriptor: 方法描述符 :param method: 本地方法 :return:

(class_name, method_name, method_descriptor, method)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 7

Float.pyFile · 0.90
Double.pyFile · 0.90
Object.pyFile · 0.90
String.pyFile · 0.90
System.pyFile · 0.90
Class.pyFile · 0.90
VM.pyFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected