processBinaryOperatorPgRegexNotMatch method

void processBinaryOperatorPgRegexNotMatch(
  1. BinaryOperatorPgRegexNotMatch node
)

Implementation

void processBinaryOperatorPgRegexNotMatch(
    BinaryOperatorPgRegexNotMatch node) {
  _process(node);
}