GrammarParserError constructor

GrammarParserError(
  1. int type,
  2. int position,
  3. int start,
  4. String message,
)

Implementation

GrammarParserError(this.type, this.position, this.start, this.message);