path property

List<int> path
final

Path through tree as indices stored as immutable list. Empty list represents the root occurrence. Non-empty list: indices navigate through the hierarchy. The last index refers to either a child occurrence or a signal, depending on context.

Implementation

final List<int> path;