PostfixZeroOrMoreGenerator constructor

PostfixZeroOrMoreGenerator(
  1. PostfixZeroOrMoreMatcher matcher
)

Implementation

PostfixZeroOrMoreGenerator(PostfixZeroOrMoreMatcher matcher)
    : super(matcher) {
  generate = _generate;
}