static class CoalesceGraph.Edge extends SpaceEffGraphEdge
Modifier and Type | Field and Description |
---|---|
private int |
w |
Constructor and Description |
---|
Edge(CoalesceGraph.Node src,
CoalesceGraph.Node dest) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
addWeight(int x) |
(package private) int |
getWeight() |
backEdge, clearBackEdge, clearDominatorEdge, clearVisited, dominatorEdge, from, fromNode, fromNodeString, getInfo, getNextIn, getNextOut, getTypeString, setBackEdge, setDominatorEdge, setInfo, setVisited, to, toNode, toNodeString, visited
private int w
Edge(CoalesceGraph.Node src, CoalesceGraph.Node dest)