TagPair<O1, O2, O> constructor
const
TagPair<O1, O2, O> (
- ParserBuilder<
String, O1> start, - ParserBuilder<
String, O2> content, - ParserBuilder<
String, O1> end, - SemanticAction<
bool> compare, - SemanticAction<
O> map,
Implementation
const TagPair(this.start, this.content, this.end, this.compare, this.map);