Label
Modifier and Type | Field and Description |
---|---|
pack-priv static final int | EXCEPTION
A control flow graph edge corresponding to an exception handler. |
pack-priv final int | info
Information about this control flow graph edge. |
pack-priv static final int | JUMP
A control flow graph edge corresponding to a jump or ret instruction. |
pack-priv Edge | nextEdge
The next edge in the list of outgoing edges of a basic block. |
pack-priv final Label | successor
The successor block of this control flow graph edge. |
Access | Constructor and Description |
---|---|
pack-priv |
EXCEPTION | back to summary |
---|---|
pack-priv static final int EXCEPTION A control flow graph edge corresponding to an exception handler. Only used with |
info | back to summary |
---|---|
pack-priv final int info Information about this control flow graph edge.
|
JUMP | back to summary |
---|---|
pack-priv static final int JUMP A control flow graph edge corresponding to a jump or ret instruction. Only used with |
nextEdge | back to summary |
---|---|
pack-priv Edge nextEdge The next edge in the list of outgoing edges of a basic block. See |
successor | back to summary |
---|---|
pack-priv final Label successor The successor block of this control flow graph edge. |