| 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.cfa |
This package provides RTA call graph
construction.
|
| Modifier and Type | Field and Description |
|---|---|
protected SSAPropagationCallGraphBuilder |
SSAPropagationCallGraphBuilder.ConstraintVisitor.builder
The governing call graph builder.
|
| Modifier and Type | Method and Description |
|---|---|
protected SSAPropagationCallGraphBuilder |
SSAPropagationCallGraphBuilder.ConstraintVisitor.getBuilder() |
| Constructor and Description |
|---|
SSAPropagationCallGraphBuilder.ConstraintVisitor(SSAPropagationCallGraphBuilder builder,
CGNode node) |
| Modifier and Type | Class and Description |
|---|---|
class |
nCFABuilder
nCFA Call graph builder.
|
class |
ZeroXCFABuilder
0-1-CFA Call graph builder, optimized to not disambiguate instances of "uninteresting" types.
|
class |
ZeroXContainerCFABuilder
0-X-CFA Call graph builder which analyzes calls to "container methods" in a context which is defined by the receiver instance.
|
| Modifier and Type | Method and Description |
|---|---|
static SSAPropagationCallGraphBuilder |
ZeroXCFABuilder.make(AnalysisOptions options,
AnalysisCache cache,
IClassHierarchy cha,
ClassLoader cl,
AnalysisScope scope,
String[] xmlFiles,
byte instancePolicy) |
Copyright © 2015. All rights reserved.