processDataTypeUnsignedSmallInt method

void processDataTypeUnsignedSmallInt(
  1. DataTypeUnsignedSmallInt node
)

Implementation

void processDataTypeUnsignedSmallInt(DataTypeUnsignedSmallInt node) {
  _process(node);
}