Package | Description |
---|---|
org.objectweb.asm |
Provides a small and fast bytecode manipulation framework.
|
Modifier and Type | Field and Description |
---|---|
(package private) Edge |
Edge.nextEdge
The next edge in the list of outgoing edges of a basic block.
|
(package private) Edge |
Label.outgoingEdges
The outgoing edges of the basic block corresponding to this label, in the control flow graph of
its method.
|
Constructor and Description |
---|
Edge(int info,
Label successor,
Edge nextEdge)
Constructs a new Edge.
|