| Package | Description |
|---|---|
| com.ibm.wala.ipa.callgraph.impl |
This package provides some implementations of basic functions needed for
various call graph construction algorithms.
|
| com.ibm.wala.ipa.callgraph.propagation.rta |
This package provides CFA-style call graph
construction and pointer analysis.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExplicitCallGraph.ExplicitNode |
| Modifier and Type | Method and Description |
|---|---|
protected BasicCallGraph.NodeImpl |
BasicCallGraph.getNode(BasicCallGraph.Key K) |
| Modifier and Type | Class and Description |
|---|---|
class |
DelegatingExplicitCallGraph.DelegatingCGNode
In this implementation, super.targets is a mapping from call site ->
Object, where Object is a
A Mapping from call site -> Object, where Object is a
CGNode if we've discovered exactly one target for the site
or an IntSet of node numbers if we've discovered more than one target
for the site.
|
Copyright © 2015. All rights reserved.