コード例 #1
0
 internal TokenSetListItem(JSToken[] tokens, NoSkipTokenSet.TokenSetListItem next)
 {
     this._next = next;
     this._tokens = tokens;
 }
コード例 #2
0
 internal TokenSetListItem(JSToken[] tokens, NoSkipTokenSet.TokenSetListItem next)
 {
     this._next   = next;
     this._tokens = tokens;
 }