Class VariableLivenessGraph.CFNode
java.lang.Object
net.covers1624.coffeegrinder.bytecode.VariableLivenessGraph.CFNode
- Enclosing class:
VariableLivenessGraph
Represents a node in a ControlFlow graph.
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.
-
Method Summary
Modifier and TypeMethodDescriptiongetId()@Nullable LocalVariablegetMemoEntry(int idx) @Nullable StoregetStore()boolean
-
Method Details
-
getWriteVar
-
getId
-
getStore
-
getParents
-
getMemoEntry
-
isHandlerLink
-