Uses of Class
org.apache.bcel.verifier.structurals.ControlFlowGraph.InstructionContextImpl
-
Packages that use ControlFlowGraph.InstructionContextImpl 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 ControlFlowGraph.InstructionContextImpl in org.apache.bcel.verifier.structurals
Methods in org.apache.bcel.verifier.structurals that return ControlFlowGraph.InstructionContextImpl Modifier and Type Method Description private ControlFlowGraph.InstructionContextImpl
ControlFlowGraph.InstructionContextImpl. lastExecutionJSR()
Returns the InstructionContextImpl with an JSR/JSR_W that was last in the ExecutionChain, without a corresponding RET, i.e.
-