public class ArrayElementsTypeFlow extends TypeFlow<AnalysisType>
context, declaredType, graphRef, id, inQueue, nextId, source, usedAsAParameter, usedAsAReceiver| Constructor and Description |
|---|
ArrayElementsTypeFlow(AnalysisObject sourceObject) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canSaturate()
Can this type flow saturate? By default all type flows can saturate, with the exception of a
few ones that need to track all their types, e.g., AllInstantiated, AllSynchronized, etc.
|
TypeFlow<AnalysisType> |
copy(PointsToAnalysis bb,
MethodFlowsGraph methodFlows)
By default a type flow is not cloneable.
|
TypeState |
filter(PointsToAnalysis bb,
TypeState update) |
AnalysisObject |
getSourceObject() |
AnalysisObject |
object() |
protected void |
onInputSaturated(PointsToAnalysis bb,
TypeFlow<?> input)
Notified by an input that it is saturated and it will stop sending updates.
|
String |
toString() |
addInput, addObservee, addObserver, addOriginalObserver, addOriginalUse, addState, addState, addUse, context, declaredTypeFilter, doAddUse, equals, format, formatSource, getDeclaredType, getInputs, getObservees, getObservers, getSlot, getSource, getState, getUses, graphRef, hashCode, id, initClone, isAllInstantiated, isClone, isSaturated, isUsedAsAParameter, isUsedAsAReceiver, method, notifyObserverOfSaturation, notifyObservers, notifyUseOfSaturation, onObservedSaturated, onObservedUpdate, onSaturated, receiver, removeInput, removeObservee, removeObserver, removeUse, replacedObservedWith, replaceObservedWith, setObserved, setSaturated, setSlot, setState, setUsedAsAParameter, setUsedAsAReceiver, swapAtObserver, swapAtUse, swapOut, updatepublic ArrayElementsTypeFlow(AnalysisObject sourceObject)
public AnalysisObject getSourceObject()
public TypeFlow<AnalysisType> copy(PointsToAnalysis bb, MethodFlowsGraph methodFlows)
TypeFlowcopy in class TypeFlow<AnalysisType>public boolean canSaturate()
TypeFlowcanSaturate in class TypeFlow<AnalysisType>protected void onInputSaturated(PointsToAnalysis bb, TypeFlow<?> input)
TypeFlowonInputSaturated in class TypeFlow<AnalysisType>public TypeState filter(PointsToAnalysis bb, TypeState update)
filter in class TypeFlow<AnalysisType>public AnalysisObject object()
public String toString()
toString in class TypeFlow<AnalysisType>