continuingExplicitAnd method

  1. @override
Parser continuingExplicitAnd()
override

Implementation

@override
Parser continuingExplicitAnd() =>
    super.continuingExplicitAnd().map((value) => OrgQueryAndMatcher([
          value[0] as OrgQueryMatcher,
          value[2] as OrgQueryMatcher,
        ]));