| Package | Description |
|---|---|
| com.ibm.wala.demandpa.flowgraph | |
| 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 | Method and Description |
|---|---|
protected SimpleDemandPointerFlowGraph.StatementVisitor |
SimpleDemandPointerFlowGraph.makeVisitor(ExplicitCallGraph.ExplicitNode node,
IR ir,
DefUse du) |
| Modifier and Type | Method and Description |
|---|---|
protected ExplicitCallGraph.ExplicitNode |
ExplicitCallGraph.makeNode(IMethod method,
Context context)
subclasses may wish to override!
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
protected ExplicitCallGraph.ExplicitNode |
DelegatingExplicitCallGraph.makeNode(IMethod method,
Context context) |
Copyright © 2015. All rights reserved.