processSqlValueSingleQuotedByteStringLiteral method

void processSqlValueSingleQuotedByteStringLiteral(
  1. SqlValueSingleQuotedByteStringLiteral node
)

Implementation

void processSqlValueSingleQuotedByteStringLiteral(
    SqlValueSingleQuotedByteStringLiteral node) {
  _process(node);
}