ParserValue constructor

ParserValue([
  1. int length = 0,
  2. int lineNo = 0
])

Implementation

ParserValue([this.length = 0, this.lineNo = 0]);