public class FormalParamTypeFlow extends TypeFlow<jdk.vm.ci.code.BytecodePosition>
| Modifier and Type | Field and Description |
|---|---|
protected AnalysisMethod |
method
The holding method.
|
protected int |
position
The position of the parameter in the method signature.
|
context, declaredType, graphRef, id, inQueue, nextId, source, usedAsAParameter, usedAsAReceiver| Modifier | Constructor and Description |
|---|---|
protected |
FormalParamTypeFlow(FormalParamTypeFlow original,
MethodFlowsGraph methodFlows) |
|
FormalParamTypeFlow(org.graalvm.compiler.nodes.ParameterNode source,
AnalysisType declaredType,
AnalysisMethod method,
int position) |
| Modifier and Type | Method and Description |
|---|---|
TypeFlow<jdk.vm.ci.code.BytecodePosition> |
copy(PointsToAnalysis bb,
MethodFlowsGraph methodFlows)
By default a type flow is not cloneable.
|
TypeState |
filter(PointsToAnalysis bb,
TypeState newState) |
String |
format(boolean withState,
boolean withSource) |
AnalysisMethod |
method() |
int |
position() |
addInput, addObservee, addObserver, addOriginalObserver, addOriginalUse, addState, addState, addUse, canSaturate, context, declaredTypeFilter, doAddUse, equals, formatSource, getDeclaredType, getInputs, getObservees, getObservers, getSlot, getSource, getState, getUses, graphRef, hashCode, id, initClone, isAllInstantiated, isClone, isSaturated, isUsedAsAParameter, isUsedAsAReceiver, notifyObserverOfSaturation, notifyObservers, notifyUseOfSaturation, onInputSaturated, onObservedSaturated, onObservedUpdate, onSaturated, receiver, removeInput, removeObservee, removeObserver, removeUse, replacedObservedWith, replaceObservedWith, setObserved, setSaturated, setSlot, setState, setUsedAsAParameter, setUsedAsAReceiver, swapAtObserver, swapAtUse, swapOut, toString, updateprotected final AnalysisMethod method
protected final int position
public FormalParamTypeFlow(org.graalvm.compiler.nodes.ParameterNode source,
AnalysisType declaredType,
AnalysisMethod method,
int position)
protected FormalParamTypeFlow(FormalParamTypeFlow original, MethodFlowsGraph methodFlows)
public TypeFlow<jdk.vm.ci.code.BytecodePosition> copy(PointsToAnalysis bb, MethodFlowsGraph methodFlows)
TypeFlowpublic AnalysisMethod method()
public TypeState filter(PointsToAnalysis bb, TypeState newState)
public int position()