AndParser constructor

AndParser(
  1. Parser p
)

Implementation

AndParser(this.p) {
  label = '&' + _quote(p);
  quote = false;
}