Package | Description |
---|---|
org.apache.bcel.verifier.structurals |
Provides a PassVerifier class mostly used internally by JustIce, yielding a control flow graph for public use as
a nice side effect.
|
Modifier and Type | Field and Description |
---|---|
private Subroutines |
ControlFlowGraph.subroutines
The Subroutines object for the method whose control flow is represented by this ControlFlowGraph.
|