FileDocCategorySizeDatePackage
Edge.javaAPI DocGlassfish v2 API2498Thu Mar 02 11:51:12 GMT 2006oracle.toplink.libraries.asm

Edge

public class Edge extends Object
An edge in the control flow graph of a method body. See {@link Label Label}.
author
Eric Bruneton

Fields Summary
int
stackSize
The (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
successor
The successor block of the basic block from which this edge originates.
Edge
next
The next edge in the list of successors of the originating basic block. See {@link Label#successors successors}.
Edge
poolNext
The next available edge in the pool. See {@link CodeWriter}.
Constructors Summary
Methods Summary