An index that enables the efficient lookup of potential call by signature resolution interface methods given the method's name and the descriptor type.
Factory to create CallBySignatureResolution information.
The key object to get the interface methods for which call by signature resolution needs to be done.
The key object to get the interface methods for which call by signature resolution needs to be done.
To get call by signature information use the org.opalj.br.analyses.Project's get
method and pass in this object.
CallBySignatureResolution for further information.
Stores the information about those classes that are not instantiable (which is usually only a small fraction of all classes and hence, more efficient to store/access).
An index that enables the efficient lookup of potential call by signature resolution interface methods given the method's name and the descriptor type.
To get call by signature resolution information call org.opalj.br.analyses.Project's method and pass in the CallBySignatureResolutionKey object.