processDataTypeUnsignedInt method

void processDataTypeUnsignedInt(
  1. DataTypeUnsignedInt node
)

Implementation

void processDataTypeUnsignedInt(DataTypeUnsignedInt node) {
  _process(node);
}