論文を読んだときに、「含むクラスのサブクラス」という表現に出くわしました。それ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.