Uses of Class
org.apache.bcel.verifier.structurals.ExecutionVisitor
Packages that use ExecutionVisitor
Package
Description
Provides a PassVerifier class mostly used internally by JustIce, yielding a control flow graph for public use as
a nice side effect.
-
Uses of ExecutionVisitor in org.apache.bcel.verifier.structurals
Methods in org.apache.bcel.verifier.structurals with parameters of type ExecutionVisitorModifier and TypeMethodDescriptionboolean
InstructionContext.execute
(Frame inFrame, ArrayList executionPredecessors, InstConstraintVisitor icv, ExecutionVisitor ev) This method symbolically executes the Instruction held in the InstructionContext.