Package edu.berkeley.cs.jqf.fuzz.ei
Class ExecutionContext
- java.lang.Object
-
- edu.berkeley.cs.jqf.fuzz.ei.ExecutionContext
-
public class ExecutionContext extends Object
A representation of an execution index sans the counts, equivalent to a call stack.- Author:
- Rohan Padhye
-
-
Constructor Summary
Constructors Constructor Description ExecutionContext(ExecutionIndex executionIndex)
Create an execution context by extracting the call stack from an execution index.
-
-
-
Constructor Detail
-
ExecutionContext
public ExecutionContext(ExecutionIndex executionIndex)
Create an execution context by extracting the call stack from an execution index.- Parameters:
executionIndex
- the execution index to copy call sites from
-
-