Package | Description |
---|---|
org.apache.bcel.verifier.structurals |
Provides a PassVerifier class mostly used internally by JustIce, yielding a control flow graph for public use as
a nice side effect.
|
Modifier and Type | Method and Description |
---|---|
Frame |
Frame.getClone() |
Frame |
InstructionContext.getInFrame() |
Frame |
InstructionContext.getOutFrame(ArrayList<InstructionContext> 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,
ArrayList<InstructionContext> executionPredecessors,
InstConstraintVisitor icv,
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.
|
void |
InstConstraintVisitor.setFrame(Frame f)
This returns the single instance of the InstConstraintVisitor class.
|
Copyright © 2017. All rights reserved.