Interface TraceExtractor<ContentT extends AbstractState<ContentT>>

  • Type Parameters:
    ContentT - The content of the jvm states for the traced analysis. For example, this can be a SetAbstractState of taints for taint analysis or a ValueAbstractState for value analysis.

    public interface TraceExtractor<ContentT extends AbstractState<ContentT>>
    This interface contains helper methods for producing witness traces.