(parent, token, fullStart)
| 4595 | var PositionedToken = (function (_super) { |
| 4596 | __extends(PositionedToken, _super); |
| 4597 | function PositionedToken(parent, token, fullStart) { |
| 4598 | _super.call(this, parent, token, fullStart); |
| 4599 | } |
| 4600 | PositionedToken.prototype.token = function () { |
| 4601 | return this.element(); |
| 4602 | }; |