|
|||||||||
| 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 |
next
The next edge in the list of successors of the originating basic block. |
(package private) Edge |
poolNext
The next available edge in the pool. |
(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 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 | ||||||||