| Package | Description |
|---|---|
| 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 | Field and Description |
|---|---|
protected PropagationSystem |
SSAPropagationCallGraphBuilder.ConstraintVisitor.system
The governing propagation system, into which constraints are added
|
protected PropagationSystem |
PropagationCallGraphBuilder.system
The system of constraints used to build this graph
|
| Modifier and Type | Method and Description |
|---|---|
PropagationSystem |
PropagationCallGraphBuilder.getPropagationSystem() |
PropagationSystem |
PropagationCallGraphBuilder.getSystem() |
protected PropagationSystem |
AbstractPointsToSolver.getSystem() |
protected PropagationSystem |
PropagationCallGraphBuilder.makeSystem(AnalysisOptions options) |
| Constructor and Description |
|---|
AbstractPointsToSolver(PropagationSystem system,
PropagationCallGraphBuilder builder) |
StandardSolver(PropagationSystem system,
PropagationCallGraphBuilder builder) |
| Modifier and Type | Method and Description |
|---|---|
protected PropagationSystem |
AbstractRTABuilder.makeSystem(AnalysisOptions options) |
Copyright © 2015. All rights reserved.