Package

org.opalj.fpcf.analysis.cg

cha

Permalink

package cha

Visibility
  1. Public
  2. All

Value Members

  1. object CHACallGraphKey extends ProjectInformationKey[ComputedCallGraph]

    Permalink

    The key object to get a call graph that was calculated using the CHA algorithm.

    The key object to get a call graph that was calculated using the CHA algorithm.

    In general, a CHA call graph is only a very rough approximation of the ideal call graph and may contain a large number edges that will never (cannot) occur at runtime.

    Example:
    1. To get the call graph object use the Project's get method and pass in this object.

Ungrouped