PostfixAnyCharacterGenerator constructor
PostfixAnyCharacterGenerator(
- PostfixAnyCharacterMatcher matcher
Implementation
PostfixAnyCharacterGenerator(PostfixAnyCharacterMatcher matcher)
: super(matcher) {
generate = _generate;
}