processBinaryOperatorPgCustomBinaryOperator method

void processBinaryOperatorPgCustomBinaryOperator(
  1. BinaryOperatorPgCustomBinaryOperator node
)

Implementation

void processBinaryOperatorPgCustomBinaryOperator(
    BinaryOperatorPgCustomBinaryOperator node) {
  _process(node);
}