processBinaryOperatorPgRegexNotIMatch method

void processBinaryOperatorPgRegexNotIMatch(
  1. BinaryOperatorPgRegexNotIMatch node
)

Implementation

void processBinaryOperatorPgRegexNotIMatch(
    BinaryOperatorPgRegexNotIMatch node) {
  _process(node);
}