Package it.unive.lisa.analysis.traces
-
Class Summary Class Description Branching ATraceToken
representing the traversal of a if-then-else condition, associated with the branch taken.ExecutionTrace An execution trace, made ofTraceToken
s representing the intraprocedural control-flow instructions that have been traversed up to now.LoopIteration ATraceToken
representing the traversal of a loop condition at the beginning of a specific iteration.LoopSummary ATraceToken
representing the traversal of a loop condition, summarizing all possible iterations.TracePartitioning<A extends it.unive.lisa.analysis.AbstractState<A>> The trace partitioning abstract domain that splits execution traces to increase precision of the analysis.TraceToken A token of anExecutionTrace
, tracking the traversal of a condition represented by aProgramPoint
.