visitPostfixAnyCharacter method
Implementation
@override
MatcherGenerator visitPostfixAnyCharacter(PostfixAnyCharacterMatcher node) {
return PostfixAnyCharacterGenerator(node);
}
@override
MatcherGenerator visitPostfixAnyCharacter(PostfixAnyCharacterMatcher node) {
return PostfixAnyCharacterGenerator(node);
}