「default constructor」を含む例文一覧(7)

  • The constructor must set default options, if any, and call the parent constructor.
    コンストラクタでは、もしデフォルトのオプションがあればそれを設定する必要があります。 - PEAR
  • A value of None (the default) means that the charset given in the constructor is used.
    この値が None の場合 (デフォルト)、コンストラクタで与えられた charset が使われます。 - Python
  • Parameters (others than default ones) are passed to the constructor by using an associative array.
    パラメータ (デフォルトではない他の値) は連想配列を使ってコンストラクタに渡されます。 - PEAR
  • Notice that the IDE gives you the option of generating either the default constructor or a constructor which will initialize all uninitialized fields.
    IDE では、デフォルトのコンストラクタを生成するか、初期化されていないすべてのフィールドを初期化するコンストラクタを生成するかを選択できます。 - NetBeans
  • We only pass the form's name to the constructor, which means that default values will be used for other parameters.
    ここで、コンストラクタには、フォームの名称のみを渡し、他のパラメータはデフォルト値が使われています。 - PEAR
  • If local is provided, it is passed to the InteractiveConsole constructor for use as the default namespace for the interpreter loop.
    localが与えられた場合は、インタプリタループのデフォルト名前空間として使うためにInteractiveConsoleコンストラクタへ渡されます。 - Python
  • While you may pass an array of attributes to the constructor, it isn't required since the default settings are fairly intuitive.
    属性の配列をコンストラクタに渡すこともできますが、必須ではありません。 デフォルトの設定は十分直感的です。 - PEAR

例文データの著作権について

  • 大規模オープンソース日英対訳コーパス
    この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  • Python
    Copyright 2001-2004 Python Software Foundation.All rights reserved.
    Copyright 2000 BeOpen.com.All rights reserved.
    Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved.
    Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved.
  • NetBeans
    © 2010, Oracle Corporation and/or its affiliates.
    Oracle and Java are registered trademarks of Oracle and/or its affiliates.Other names may be trademarks of their respective owners.
  • PEAR
    Copyright © 2001 - 2008 by the PEAR Documentation Group.
    This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at http://www.opencontent.org/openpub/ ).