public abstract class ArrayElementsTypeStore extends Object
| Modifier and Type | Field and Description |
|---|---|
protected AnalysisObject |
object
The holder of the array flow.
|
| Constructor and Description |
|---|
ArrayElementsTypeStore(AnalysisObject object) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
init(PointsToAnalysis bb) |
AnalysisObject |
object() |
abstract ArrayElementsTypeFlow |
readFlow() |
abstract ArrayElementsTypeFlow |
writeFlow() |
protected final AnalysisObject object
public ArrayElementsTypeStore(AnalysisObject object)
public AnalysisObject object()
public abstract ArrayElementsTypeFlow writeFlow()
public abstract ArrayElementsTypeFlow readFlow()
public abstract void init(PointsToAnalysis bb)