constructor()

in lib/lexer.js [44:47]


  constructor(id) {
    super(Tag.ID);
    this.id = id;
  }