Package it.unive.lisa
Class LiSARunner<A extends AbstractState<A,H,V>,H extends HeapDomain<H>,V extends ValueDomain<V>>
- java.lang.Object
-
- it.unive.lisa.LiSARunner<A,H,V>
-
- Type Parameters:
A- the type ofAbstractStatecontained into the analysis state that will be used in the fixpointsH- the type ofHeapDomaincontained into the computed abstract state that will be used in the fixpointsV- the type ofValueDomaincontained into the computed abstract state that will be used in the fixpoints
public class LiSARunner<A extends AbstractState<A,H,V>,H extends HeapDomain<H>,V extends ValueDomain<V>> extends java.lang.ObjectAn auxiliary analysis runner for executing LiSA analysis.