Package | Description |
---|---|
org.apache.commons.javaflow.bytecode.transformation.bcel.analyser |
Modifier and Type | Field and Description |
---|---|
static ExecutionPath |
ExecutionPath.EMPTY
Singleton
ExecutionPath that represents an empty sequence []. |
Modifier and Type | Method and Description |
---|---|
ExecutionPath |
ExecutionPath.append(InstructionContext ins)
Creates a new
ExecutionPath that has
[... |
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.
|
Frame |
InstructionContext.getOutFrame(ExecutionPath executionPredecessors)
This method returns the outgoing execution frame situation;
therefore it has to be calculated by execute(Frame, ArrayList)
first.
|
Copyright © 2004-2013. All Rights Reserved.