processBinaryOperatorPgRegexMatch method

void processBinaryOperatorPgRegexMatch(
  1. BinaryOperatorPgRegexMatch node
)

Implementation

void processBinaryOperatorPgRegexMatch(BinaryOperatorPgRegexMatch node) {
  _process(node);
}