processBinaryOperatorPgExp method

void processBinaryOperatorPgExp(
  1. BinaryOperatorPgExp node
)

Implementation

void processBinaryOperatorPgExp(BinaryOperatorPgExp node) {
  _process(node);
}