Map4<I, O1, O2, O3, O4, O> constructor

const Map4<I, O1, O2, O3, O4, O>(
  1. ParserBuilder<I, O1> parser1,
  2. ParserBuilder<I, O2> parser2,
  3. ParserBuilder<I, O3> parser3,
  4. ParserBuilder<I, O4> parser4,
  5. SemanticAction<O> map,
)

Implementation

const Map4(this.parser1, this.parser2, this.parser3, this.parser4, this.map);