The argument to resolve
The argument which is used to filter the indices
The environment in which accessedArg is resolved
Whether the access is index-based (e.g. x[1]
) or name-based (e.g. x$name
)
The filtered ContainerIndicesCollection of the resolved accessedArg
Resolves accessedArg in the environment and filters its indices according to accessArg.
If no indices could be found that match the
accessArg
, the original indices are returned as overapproximation.