| Package | Description |
|---|---|
| com.ibm.wala.ipa.callgraph.cha | |
| 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 |
CHACallGraph |
| Modifier and Type | Class and Description |
|---|---|
class |
ExplicitCallGraph
A call graph which explicitly holds the target for each call site in each node.
|
| 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.
|
Copyright © 2015. All rights reserved.