Package | Description |
---|---|
org.apache.commons.javaflow.bytecode.transformation.bcel.analyser |
Modifier and Type | Method and Description |
---|---|
Frame |
Frame.getClone() |
Frame |
InstructionContext.getInFrame() |
Frame |
InstructionContext.getOutFrame(ExecutionPath executionPredecessors)
This method returns the outgoing execution frame situation;
therefore it has to be calculated by execute(Frame, ArrayList)
first.
|
Modifier and Type | Method and Description |
---|---|
boolean |
InstructionContext.execute(Frame inFrame,
ExecutionPath executionPredecessors,
ExecutionVisitor ev)
This method symbolically executes the Instruction
held in the InstructionContext.
|
void |
ExecutionVisitor.setFrame(Frame f)
The only method granting access to the single instance of
the ExecutionVisitor class.
|
Copyright © 2004-2012. All Rights Reserved.