3738394041424344454647
public IntroduceStringConcatenationTransform(final DecompilerContext context) { super(context); _stringBuilderArgumentPattern = new OptionalNode( new TypedExpression( "firstArgument", CommonTypeReferences.String, new JavaResolver(context) ) );