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