Class ModularWorstCaseAnalysis<A extends AbstractState<A,​H,​V>,​H extends HeapDomain<H>,​V extends ValueDomain<V>>

  • Type Parameters:
    A - the abstract state of the analysis
    H - the heap domain
    V - the value domain
    All Implemented Interfaces:
    InterproceduralAnalysis<A,​H,​V>

    public class ModularWorstCaseAnalysis<A extends AbstractState<A,​H,​V>,​H extends HeapDomain<H>,​V extends ValueDomain<V>>
    extends java.lang.Object
    implements InterproceduralAnalysis<A,​H,​V>
    A worst case modular analysis were all method calls return top.