当我阅读一篇论文时,我遇到了“包含类的子类”这个表达。containing class
这在 Java中是什么意思?这是论文的摘录。
Primarily, this entailed three things: (i) studying the implementation of the entity, as well as its usage, to reason about the intent behind the functionality; (ii) performing static dependency analysis on the entity, and any other types, methods, or fields referenced by it, including constants; and (iii) examining the inheritance hierarchy and subclasses of the containing class. This approach took considerable time and effort to apply.