(context: AnalysisContext, links)
| 286 | } |
| 287 | |
| 288 | _links(context: AnalysisContext, links) { |
| 289 | for(let ix = 0, len = links.length; ix < len; ix += 2) { |
| 290 | let aId = links[ix]; |
| 291 | let bId = links[ix + 1]; |
| 292 | this._link(context, aId, bId); |
| 293 | } |
| 294 | } |
| 295 | |
| 296 | //--------------------------------------------------------------------- |
| 297 | // Tokens |