简体   繁体   中英

SOOT class loading — what is a 'level'?

From here :

The design of coffi requires that in order to bring some class C up to level N, you must first bring all classes that C references up to level N-1. In order to know which classes C references, you need to bring C up to level N-1.

What are these "levels"?

For performance reasons, Soot can load classes only to a certain level, eg only loading signatures but not bodies. Details can be seen in the class SootClass.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM