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

Method resolve_class_ref

src/develop_code/rtda/heap/CpSymRef.py:31–41  ·  view source on GitHub ↗

如果类D通过符号引用N应用类C的话,要解析N,先用D的类加载器加载C,然后检查D是否有权限访问C, 如果没有,则抛出IllegalAccessError异常。 :return:

(self)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

resolved_classMethod · 0.95

Calls 3

get_classMethod · 0.45
load_classMethod · 0.45
is_accessible_toMethod · 0.45

Tested by

no test coverage detected