Searched defs:CommentToken (Results 1 – 5 of 5) sorted by relevance
902 var CommentToken = /** @class */ (function (_super) { class904 function CommentToken(tokenID, value, isBlock, startPos, line, endsLine) { class in anonymousFunctionab7358fb0600.CommentToken913 CommentToken.prototype.getText = function () { class
92 export interface CommentToken extends TokenBase { interface
420 export class CommentToken extends Token { class
18 type CommentToken, alias
24 type CommentToken, alias