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