Package | Description |
---|---|
org.apache.commons.javaflow.bytecode.transformation.bcel.analyser |
Modifier and Type | Method and Description |
---|---|
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!).
|
InstructionContext[] |
InstructionContext.getSuccessors()
Returns the usual control flow successors.
|
InstructionContext |
ExecutionPath.lastExecutionJSR()
Returns the InstructionContextImpl with an JSR/JSR_W
that was last in the ExecutionChain, without
a corresponding RET, i.e.
|
Modifier and Type | Method and Description |
---|---|
ExecutionPath |
ExecutionPath.append(InstructionContext ins)
Creates a new
ExecutionPath that has
[... |
Copyright © 2004–2016. All rights reserved.