processBinaryOperatorPgBitwiseXor method

void processBinaryOperatorPgBitwiseXor(
  1. BinaryOperatorPgBitwiseXor node
)

Implementation

void processBinaryOperatorPgBitwiseXor(BinaryOperatorPgBitwiseXor node) {
  _process(node);
}