{   // new StringBuilder().append("...") = new StringBuilder("......")
            {
                new ConstantInstruction(InstructionConstants.OP_INVOKESPECIAL, METHOD_STRINGBUILDER_INIT),
                new ConstantInstruction(InstructionConstants.OP_LDC, A),
                new ConstantInstruction(InstructionConstants.OP_INVOKEVIRTUAL, METHOD_STRINGBUILDER_APPEND_STRING),