Class CSCallGraph

All Implemented Interfaces:
Serializable, Iterable<CSMethod>, CallGraph<CSCallSite,CSMethod>, StmtResult<Set<CSMethod>>, Graph<CSMethod>

public class CSCallGraph extends AbstractCallGraph<CSCallSite,CSMethod>
Represents context-sensitive call graph.
See Also: