| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.logicalcobwebs.asm.Edge
class Edge
An edge in the control flow graph of a method body. See Label.
| Field Summary | |
|---|---|
| (package private)  Edge | nextThe next edge in the list of successors of the originating basic block. | 
| (package private)  Edge | poolNextThe next available edge in the pool. | 
| (package private)  int | stackSizeThe (relative) stack size in the basic block from which this edge originates. | 
| (package private)  Label | successorThe successor block of the basic block from which this edge originates. | 
| Constructor Summary | |
|---|---|
| Edge() | |
| Method Summary | 
|---|
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
int stackSize
Label successor
Edge next
successors.
Edge poolNext
pool.
| Constructor Detail | 
|---|
Edge()
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||