processDataTypeUnsignedBigInt method

void processDataTypeUnsignedBigInt(
  1. DataTypeUnsignedBigInt node
)

Implementation

void processDataTypeUnsignedBigInt(DataTypeUnsignedBigInt node) {
  _process(node);
}