public MockTrackingSpan(MockTextSnapshot snapshot, int start, int length) { _start = start; _length = length; _snapshot = snapshot; }