| 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 |
This package provides the base layer for propagation-based call graph
construction and pointer analysis.
|
| com.ibm.wala.ipa.callgraph.propagation.rta |
This package provides CFA-style call graph
construction and pointer analysis.
|
| Modifier and Type | Method and Description |
|---|---|
ExplicitCallGraph |
ExplicitCallGraph.ExplicitNode.getCallGraph() |
| Modifier and Type | Field and Description |
|---|---|
protected ExplicitCallGraph |
PropagationCallGraphBuilder.callGraph
The call graph under construction
|
| Modifier and Type | Method and Description |
|---|---|
protected ExplicitCallGraph |
PropagationCallGraphBuilder.createEmptyCallGraph(IClassHierarchy cha,
AnalysisOptions options) |
ExplicitCallGraph |
PropagationCallGraphBuilder.getCallGraph() |
| Modifier and Type | Class and Description |
|---|---|
class |
DelegatingExplicitCallGraph
A call graph implementation where some edges are delegated to other
call sites, since they are guaranteed to be the same.
|
| Modifier and Type | Method and Description |
|---|---|
protected ExplicitCallGraph |
AbstractRTABuilder.createEmptyCallGraph(IClassHierarchy cha,
AnalysisOptions options) |
Copyright © 2015. All rights reserved.