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