public class VariableLivenessGraph.CFNode
extends java.lang.Object
This graph is specific to Local Variable reads and writes, it is intended for this graph to only ever be iterated 'backwards' relative to a given Local Variable load.
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId() |
@Nullable LocalVariable |
getMemoEntry(int idx) |
java.util.Set<VariableLivenessGraph.CFNode> |
getParents() |
@Nullable Store |
getStore() |
LocalVariable |
getWriteVar() |
boolean |
isHandlerLink(VariableLivenessGraph.CFNode node) |
public LocalVariable getWriteVar()
public java.lang.String getId()
@Nullable public @Nullable Store getStore()
public java.util.Set<VariableLivenessGraph.CFNode> getParents()
@Nullable public @Nullable LocalVariable getMemoEntry(int idx)
public boolean isHandlerLink(VariableLivenessGraph.CFNode node)