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