Converts a node id to a slicing criterion in the form of $id
Takes a criterion in the form of line:column or line@variable-name and returns the corresponding node id
SingleSlicingCriterion.tryParse for a version that does not throw an error
Tries to resolve a slicing criterion to an id, but does not throw an error if it fails.
SingleSlicingCriterion.parse for the version that throws an error
The helper object associated with SingleSlicingCriterion which makes it easy to parse, validate and resolve slicing criteria.