public class ActualReturnTypeFlow extends TypeFlow<BytecodePosition>
| Constructor and Description |
|---|
ActualReturnTypeFlow(ActualReturnTypeFlow original,
MethodFlowsGraph methodFlows) |
ActualReturnTypeFlow(AnalysisType declaredType) |
ActualReturnTypeFlow(BytecodePosition source,
AnalysisType declaredType) |
| Modifier and Type | Method and Description |
|---|---|
TypeFlow<BytecodePosition> |
copy(PointsToAnalysis bb,
MethodFlowsGraph methodFlows)
By default a type flow is not cloneable.
|
String |
format(boolean withState,
boolean withSource) |
InvokeTypeFlow |
invokeFlow() |
void |
setInvokeFlow(InvokeTypeFlow invokeFlow) |
String |
toString() |
addInput, addObservee, addObserver, addObserver, addState, addState, addUse, addUse, canSaturate, clearInputs, clearObservees, clearObservers, clearUses, declaredTypeFilter, declaredTypeFilter, doAddUse, equals, filter, filterUncheckedInterface, formatSource, getDeclaredType, getInputs, getObservees, getObservers, getSlot, getSource, getState, getUses, graphRef, hashCode, id, initFlow, invalidate, isAllInstantiated, isClone, isContextInsensitive, isSaturated, isValid, method, needsInitialization, notifyObserverOfSaturation, notifyUseOfSaturation, onInputSaturated, onObservedSaturated, onObservedUpdate, onSaturated, onSaturated, receiver, removeObserver, removeUse, replacedObservedWith, replaceObservedWith, setObserved, setSaturated, setSlot, setState, swapAtObserver, swapAtUse, swapOut, updatepublic ActualReturnTypeFlow(AnalysisType declaredType)
public ActualReturnTypeFlow(BytecodePosition source,
AnalysisType declaredType)
public ActualReturnTypeFlow(ActualReturnTypeFlow original, MethodFlowsGraph methodFlows)
public TypeFlow<BytecodePosition> copy(PointsToAnalysis bb, MethodFlowsGraph methodFlows)
TypeFlowpublic void setInvokeFlow(InvokeTypeFlow invokeFlow)
public InvokeTypeFlow invokeFlow()