| 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 | Class and Description |
|---|---|
class |
AbstractPointsToSolver
Abstract base class for solver for pointer analysis.
|
class |
StandardSolver
standard fixed-point iterative solver for pointer analysis
|
| Modifier and Type | Method and Description |
|---|---|
protected IPointsToSolver |
PropagationCallGraphBuilder.getSolver() |
protected IPointsToSolver |
SSAPropagationCallGraphBuilder.makeSolver() |
protected abstract IPointsToSolver |
PropagationCallGraphBuilder.makeSolver() |
| Modifier and Type | Method and Description |
|---|---|
protected IPointsToSolver |
AbstractRTABuilder.makeSolver() |
Copyright © 2015. All rights reserved.