public static class LoadFieldTypeFlow.LoadInstanceFieldTypeFlow extends LoadFieldTypeFlow
LoadFieldTypeFlow.LoadInstanceFieldTypeFlow, LoadFieldTypeFlow.LoadStaticFieldTypeFlowfield| Modifier and Type | Method and Description |
|---|---|
LoadFieldTypeFlow |
copy(PointsToAnalysis bb,
MethodFlowsGraph methodFlows)
By default a type flow is not cloneable.
|
void |
onObservedSaturated(PointsToAnalysis bb,
TypeFlow<?> observed)
Notified by an observed flow that it is saturated.
|
void |
onObservedUpdate(PointsToAnalysis bb)
Notify the observer that the observed type flow state has changed.
|
protected void |
onSaturated() |
TypeFlow<?> |
receiver()
Return the receiver object flow.
|
void |
setObserved(TypeFlow<?> newObjectFlow)
Set the type flow that this flow is observing.
|
String |
toString() |
field, filterObjectStateaddInput, addObservee, addObserver, addObserver, addState, addState, addUse, addUse, canSaturate, clearInputs, clearObservees, clearObservers, clearUses, declaredTypeFilter, declaredTypeFilter, doAddUse, equals, filter, filterUncheckedInterface, format, formatSource, getDeclaredType, getInputs, getObservees, getObservers, getSlot, getSource, getState, getUses, graphRef, hashCode, id, initFlow, invalidate, isAllInstantiated, isClone, isContextInsensitive, isSaturated, isValid, method, needsInitialization, notifyObserverOfSaturation, notifyUseOfSaturation, onInputSaturated, onSaturated, removeObserver, removeUse, replacedObservedWith, replaceObservedWith, setSaturated, setSlot, setState, swapAtObserver, swapAtUse, swapOut, updatepublic LoadFieldTypeFlow copy(PointsToAnalysis bb, MethodFlowsGraph methodFlows)
TypeFlowpublic TypeFlow<?> receiver()
public void setObserved(TypeFlow<?> newObjectFlow)
TypeFlowsetObserved in class TypeFlow<BytecodePosition>public void onObservedUpdate(PointsToAnalysis bb)
TypeFlowonObservedUpdate in class TypeFlow<BytecodePosition>public void onObservedSaturated(PointsToAnalysis bb, TypeFlow<?> observed)
TypeFlowonObservedSaturated in class TypeFlow<BytecodePosition>protected void onSaturated()
onSaturated in class TypeFlow<BytecodePosition>