visitPostfixCapture method
Implementation
@override
MatcherGenerator visitPostfixCapture(PostfixCaptureMatcher node) {
return PostfixCaptureGenerator(node);
}
@override
MatcherGenerator visitPostfixCapture(PostfixCaptureMatcher node) {
return PostfixCaptureGenerator(node);
}