PostfixCaptureGenerator constructor

PostfixCaptureGenerator(
  1. PostfixCaptureMatcher matcher
)

Implementation

PostfixCaptureGenerator(PostfixCaptureMatcher matcher) : super(matcher) {
  generate = _generate;
}