processBinaryOperatorCustom method

void processBinaryOperatorCustom(
  1. BinaryOperatorCustom node
)

Implementation

void processBinaryOperatorCustom(BinaryOperatorCustom node) {
  _process(node);
}