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

Method lookup_field

src/develop_code/rtda/heap/CpFieldRef.py:50–72  ·  view source on GitHub ↗

首先在C的字段中查找,如果找不到,在C的直接接口递归应用这个查找过程。 如果还是找不到,在C的超类中递归应用这个查找过程。 如果仍然找不到,则查找失败。 :param c: :param name: :param descriptor: :return:

(c: Class, name, descriptor)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

resolve_field_refMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected