Package it.unive.lisa
Class LiSARunner<A extends it.unive.lisa.analysis.AbstractState<A,H,V,T>,H extends it.unive.lisa.analysis.heap.HeapDomain<H>,V extends it.unive.lisa.analysis.value.ValueDomain<V>,T extends it.unive.lisa.analysis.value.TypeDomain<T>>
- java.lang.Object
-
- it.unive.lisa.LiSARunner<A,H,V,T>
-
- Type Parameters:
A
- the type ofAbstractState
contained into the analysis state that will be used in the analysis fixpointH
- the type ofHeapDomain
contained into the abstract state that will be used in the analysis fixpointV
- the type ofValueDomain
contained into the abstract state that will be used in the analysis fixpointT
- the type ofTypeDomain
contained into the abstract state that will be used in the analysis fixpoint
public class LiSARunner<A extends it.unive.lisa.analysis.AbstractState<A,H,V,T>,H extends it.unive.lisa.analysis.heap.HeapDomain<H>,V extends it.unive.lisa.analysis.value.ValueDomain<V>,T extends it.unive.lisa.analysis.value.TypeDomain<T>> extends java.lang.Object
An auxiliary analysis runner for executing LiSA analysis.