constructor()
in
lib/lexer.js [64:67]
4
lines of code
1
McCabe index (conditional complexity)
constructor(typeName) { super(Tag.TYPE); this.typeName = typeName; }