}
this.scribe.printComment(Scribe.PRESERVE_EMPTY_LINES_IN_STRING_LITERAL_CONCATENATION);
ASTNode[] fragments = stringLiteral.literals;
int fragmentsSize = stringLiteral.counter;
Alignment binaryExpressionAlignment = this.scribe.createAlignment(
Alignment.STRING_CONCATENATION,
this.preferences.alignment_for_binary_expression,
Alignment.R_OUTERMOST,
fragmentsSize,
this.scribe.scanner.currentPosition);