Returns the project's class hierarchy.
Returns the project's class hierarchy.
Delegates to org.opalj.br.ClassHierarchy's isSubtypeOf method.
Provides information about the underlying project.
Usage
If a (partial-) domain needs information about the project declare a corresponding self-type dependency.
Providing Information about a Project
A domain that provides information about the currently analyzed project should inherit from this trait and implement the respective method.
Core Properties
It is recommended that the domain that provides the project information does not use the
overrideaccess flag. This way the compiler will issue a warning if two implementations are used to create a final domain.