internal TokenSetListItem(JSToken[] tokens, NoSkipTokenSet.TokenSetListItem next)
 {
     this._next = next;
     this._tokens = tokens;
 }
 internal TokenSetListItem(JSToken[] tokens, NoSkipTokenSet.TokenSetListItem next)
 {
     this._next   = next;
     this._tokens = tokens;
 }