Package

org.opalj.fpcf

analyses

Permalink

package analyses

Visibility
  1. Public
  2. All

Type Members

  1. class CallBySignatureResolution extends AnyRef

    Permalink

    An index that enables the efficient lookup of potential call by signature resolution interface methods given the method's name and the descriptor type.

    An index that enables the efficient lookup of potential call by signature resolution interface methods given the method's name and the descriptor type.

    Note

    To get call by signature resolution information call org.opalj.br.analyses.Project's method and pass in the CallBySignatureResolutionKey object.

Value Members

  1. object CallBySignatureResolution

    Permalink

    Factory to create CallBySignatureResolution information.

  2. object CallBySignatureResolutionKey extends ProjectInformationKey[CallBySignatureResolution]

    Permalink

    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.

    Note

    To get call by signature information use the org.opalj.br.analyses.Project's get method and pass in this object.

    See also

    CallBySignatureResolution for further information.

  3. object LibraryInstantiableClassesAnalysis

    Permalink

    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).

Ungrouped