Fields Summary |
---|
int | stackSizeThe (relative) stack size in the basic block from which this edge
originates. This size is equal to the stack size at the "jump" instruction
to which this edge corresponds, relatively to the stack size at the
beginning of the originating basic block. |
Label | successorThe successor block of the basic block from which this edge originates. |
Edge | nextThe next edge in the list of successors of the originating basic block.
See {@link Label#successors successors}. |
Edge | poolNextThe next available edge in the pool. See {@link CodeWriter}. |