public class ExceptionObjectTypeFlow extends ProxyTypeFlow
inputcontext, declaredType, graphRef, id, inQueue, nextId, source, usedAsAParameter, usedAsAReceiver| Constructor and Description |
|---|
ExceptionObjectTypeFlow(org.graalvm.compiler.graph.Node source,
TypeFlow<?> input) |
| 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.
|
String |
toString() |
addState, copy, getInput, getState, updateaddInput, addObservee, addObserver, addOriginalObserver, addOriginalUse, addState, addUse, context, declaredTypeFilter, doAddUse, equals, filter, format, formatSource, getDeclaredType, getInputs, getObservees, getObservers, getSlot, getSource, getUses, graphRef, hashCode, id, initClone, isAllInstantiated, isClone, isSaturated, isUsedAsAParameter, isUsedAsAReceiver, method, notifyObserverOfSaturation, notifyObservers, notifyUseOfSaturation, onInputSaturated, onObservedSaturated, onObservedUpdate, onSaturated, receiver, removeInput, removeObservee, removeObserver, removeUse, replacedObservedWith, replaceObservedWith, setObserved, setSaturated, setSlot, setState, setUsedAsAParameter, setUsedAsAReceiver, swapAtObserver, swapAtUse, swapOutpublic ExceptionObjectTypeFlow(org.graalvm.compiler.graph.Node source,
TypeFlow<?> input)
public boolean canSaturate()
TypeFlowcanSaturate in class TypeFlow<jdk.vm.ci.code.BytecodePosition>public String toString()
toString in class ProxyTypeFlow