constructor()

in lib/lexer.js [64:67]


  constructor(typeName) {
    super(Tag.TYPE);
    this.typeName = typeName;
  }