Interface InterproceduralAnalysis<A extends AbstractState<A,​H,​V>,​H extends HeapDomain<H>,​V extends ValueDomain<V>>

  • Type Parameters:
    A - the type of AbstractState contained into the analysis state
    H - the type of HeapDomain contained into the computed abstract state
    V - the type of ValueDomain contained into the computed abstract state

    public interface InterproceduralAnalysis<A extends AbstractState<A,​H,​V>,​H extends HeapDomain<H>,​V extends ValueDomain<V>>
    The definition of interprocedural analyses.