processBinaryOperatorPgRegexIMatch method

void processBinaryOperatorPgRegexIMatch(
  1. BinaryOperatorPgRegexIMatch node
)

Implementation

void processBinaryOperatorPgRegexIMatch(BinaryOperatorPgRegexIMatch node) {
  _process(node);
}