| Package | Description |
|---|---|
| com.ibm.wala.ipa.callgraph.propagation |
This package provides the base layer for propagation-based call graph
construction and pointer analysis.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PropagationCallGraphBuilder.ArrayLoadOperator
Binary op:
|
class |
PropagationCallGraphBuilder.ArrayStoreOperator
Binary op:
|
class |
PropagationCallGraphBuilder.FilterOperator
The FilterOperator is a filtered set-union.
|
class |
PropagationCallGraphBuilder.GetFieldOperator
Binary op:
|
class |
PropagationCallGraphBuilder.InstanceArrayStoreOperator
Update the points-to-set for an array contents to include a particular instance key.
|
class |
PropagationCallGraphBuilder.InstancePutFieldOperator
Update the points-to-set for a field to include a particular instance key.
|
protected class |
PropagationCallGraphBuilder.InverseFilterOperator |
class |
PropagationCallGraphBuilder.PutFieldOperator
Operator that represents a putfield
|
Copyright © 2015. All rights reserved.