Uses of Class
org.apache.bcel.verifier.structurals.Frame
Package
Description
A PassVerifier class mostly used internally by JustIce, yielding a control flow graph for public use as a nice side effect.
-
Uses of Frame in org.apache.bcel.verifier.structurals
Modifier and TypeMethodDescriptionFrame.getClone()
InstructionContext.getInFrame()
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 TypeMethodDescriptionboolean
InstructionContext.execute
(Frame inFrame, ArrayList<InstructionContext> executionPredecessors, InstConstraintVisitor icv, ExecutionVisitor ev) This method symbolically executes the Instruction held in the InstructionContext.void
The only method granting access to the single instance of the ExecutionVisitor class.void
This returns the single instance of the InstConstraintVisitor class.