cycleSet method

Iterable<Parser> cycleSet(
  1. Parser parser
)

Returns the cycle-set of a parser.

Implementation

Iterable<Parser> cycleSet(Parser parser) => _cycleSet[parser]!;