|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InstructionContext | |
org.apache.commons.javaflow.bytecode.transformation.bcel.analyser |
Uses of InstructionContext in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser |
Methods in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser that return InstructionContext | |
InstructionContext[] |
InstructionContext.getSuccessors()
Returns the usual control flow successors. |
InstructionContext |
ControlFlowGraph.contextOf(org.apache.bcel.generic.InstructionHandle inst)
Returns the InstructionContext of a given instruction. |
InstructionContext[] |
ControlFlowGraph.contextsOf(org.apache.bcel.generic.InstructionHandle[] insts)
Returns the InstructionContext[] of a given InstructionHandle[], in a naturally ordered manner. |
InstructionContext[] |
ControlFlowGraph.getInstructionContexts()
Returns an InstructionContext[] with all the InstructionContext instances for the method whose control flow is represented by this ControlFlowGraph (NOT ORDERED!). |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |