processBinaryOperatorPgBitwiseShiftRight method

void processBinaryOperatorPgBitwiseShiftRight(
  1. BinaryOperatorPgBitwiseShiftRight node
)

Implementation

void processBinaryOperatorPgBitwiseShiftRight(
    BinaryOperatorPgBitwiseShiftRight node) {
  _process(node);
}