Will create all possible slicing criteria for the given ast, based on the SlicingCriteriaFilter.
The slicing criteria will be ordered (i.e., it will not return [1:2,3:4] and [3:4,1:2] if maximumSize > 1).
If there are not enough matching nodes within the ast, this will return no slicing criteria!
Will create all possible slicing criteria for the given ast, based on the SlicingCriteriaFilter. The slicing criteria will be ordered (i.e., it will not return
[1:2,3:4]
and[3:4,1:2]
ifmaximumSize
> 1). If there are not enough matching nodes within the ast, this will return no slicing criteria!