class Edge
extends java.lang.Object
Label.| Modifier and Type | Field and Description |
|---|---|
(package private) Edge |
next
The next edge in the list of successors of the originating basic block.
|
(package private) int |
stackSize
The (relative) stack size in the basic block from which this edge
originates.
|
(package private) Label |
successor
The successor block of the basic block from which this edge originates.
|
| Constructor and Description |
|---|
Edge() |
int stackSize
Label successor
Edge next
successors.Copyright (c) 2004,2008 Oracle. All rights reserved.