1016万例文収録!

「constructor」に関連した英語例文の一覧と使い方 - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > constructorの意味・解説 > constructorに関連した英語例文

セーフサーチ:オン

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

constructorを含む例文一覧と使い方

該当件数 : 359



例文

Base Renderer Class constructor Parameter 例文帳に追加

Base Renderer Class constructorパラメータ - PEAR

Array Renderer Class constructor Parameter 例文帳に追加

Array Renderer Class constructorパラメータ - PEAR

Csv Renderer Class constructor Parameter 例文帳に追加

Csv Renderer Class constructorパラメータ - PEAR

Html Renderer Class constructor Parameter 例文帳に追加

Html Renderer Class constructorパラメータ - PEAR

例文

Null Renderer Class constructor Parameter 例文帳に追加

Null Renderer Class constructorパラメータ - PEAR


例文

Text Renderer Class constructor Parameter 例文帳に追加

Text Renderer Class constructorパラメータ - PEAR

Xml Renderer Class constructor Parameter 例文帳に追加

Xml Renderer Class constructorパラメータ - PEAR

the builder―the constructorthe architect 例文帳に追加

建築者 - 斎藤和英大辞典

The SequenceMatcher class has this constructor: 例文帳に追加

クラスSequenceMatcher - Python

例文

constructor Parameter 例文帳に追加

コンストラクタです。 - PEAR

例文

The constructor. 例文帳に追加

コンストラクタです。 - PEAR

6.28.2.4 The Catalog constructor 例文帳に追加

6.28.2.4 Catalog コンストラクタ - Python

Constructor Parameter 例文帳に追加

コンストラクタパラメータ - PEAR

Class constructor 例文帳に追加

クラスのコンストラクタ - PEAR

Alternative constructor. 例文帳に追加

代替コンストラクタです。 - Python

See constructor for the possible values. 例文帳に追加

指定可能な値は constructorを参照してください。 - PEAR

Adding a Constructor to the WishDB Class 例文帳に追加

WishDB クラスへのコンストラクタの追加 - NetBeans

Constructor for the authentication system. 例文帳に追加

認証システムのコンストラクタです。 - PEAR

Class constructor Parameter 例文帳に追加

クラスのコンストラクタです。 - PEAR

Pass options to the constructor. 例文帳に追加

以下のオプションが使用可能です。 - PEAR

.TCPServer constructor. 例文帳に追加

.TCPServerのコンストラクターに引き渡されます。 - Python

The constructor takes no arguments. 例文帳に追加

コンストラクタは引数をとりません。 - Python

Constructor for a StreamReader instance. 例文帳に追加

StreamReader インスタンスのコンストラクタです。 - Python

Constructor for a StreamWriter instance. 例文帳に追加

StreamWriter インスタンスのコンストラクタです。 - Python

CONSTRUCTOR REGISTRATION AND MEDIATION SYSTEM例文帳に追加

施工業者登録斡旋システム - 特許庁

The PyZipFile constructor takes the same parameters as the ZipFile constructor.例文帳に追加

PyZipFile コンストラクタは ZipFile コンストラクタと同じパラメタを必要とします。 - Python

Describe a class and its constructor. constructor parameters should not include the self parameter or the parentheses used in the call syntax.例文帳に追加

クラスとそのコンストラクタを説明するための環境です。 constructor parameters には、self やコンストラクタ呼び出し構文で使う丸括弧を含めてはなりません。 - Python

TypeError will be raised if object is a class or constructor is not callable.See the例文帳に追加

objectがクラスであるか、またはconstructorが呼び出し可能でない場合に、TypeErrorを発生します。 functionとconstructorの求められるインターフェイスについての詳細は、 - Python

The constructor must set default options, if any, and call the parent constructor. 例文帳に追加

コンストラクタでは、もしデフォルトのオプションがあればそれを設定する必要があります。 - PEAR

basic constructor for the attribute template class 例文帳に追加

属性テンプレート・クラスのための基礎的コンストラクタ - コンピューター用語辞典

a job as a constructor of buildings upon a scaffold 例文帳に追加

鳶人足という,土木建設工事に従事する職業 - EDR日英対訳辞書

a person who is a constructor of buildings who uses a scaffold 例文帳に追加

鳶人足という,土木建設工事に従事する人 - EDR日英対訳辞書

Add the answer property to the constructor public class SessionBean1 extends AbstractSessionBean. 例文帳に追加

public class SessionBean1 extends AbstractSessionBean の下に、「answer」プロパティーを追加します。 - NetBeans

Under the constructor public class ApplicationBean1 extends AbstractApplicationBean, add the following declarations: 例文帳に追加

コンストラクタ public class ApplicationBean1 extends AbstractApplicationBean の下に、次の宣言を追加します。 - NetBeans

Under the constructor public class SessionBean1 extends AbstractSessionBean, add the following declaration: 例文帳に追加

コンストラクタ public class SessionBean1 extends AbstractSessionBean の下に、次の宣言を追加します。 - NetBeans

Under the constructor public class RequestBean1 extends AbstractRequestBean, add the following declaration: 例文帳に追加

コンストラクタ public class RequestBean1 extends AbstractRequestBean の下に、次の宣言を追加します。 - NetBeans

Add the following lines of code in the SessionBean1 constructor. 例文帳に追加

SessionBean1 コンストラクタに次のコード行を追加します。 - NetBeans

Insert the following methods after the SessionBean1 constructor. 例文帳に追加

SessionBean1 コンストラクタのあとに次のメソッドを挿入します。 - NetBeans

Code Sample 4: Addition to the SessionBean1 Constructor. 例文帳に追加

コード例 4: SessionBean1 コンストラクタへの追加 - NetBeans

To generate a constructor using code completion: 例文帳に追加

コード補完を使用してコンストラクタを生成する - NetBeans

Generating a Constructor with Code Completion 例文帳に追加

コード補完によるコンストラクタの生成 - NetBeans

The connection is opened by the constructor of the WishDB class. 例文帳に追加

WishDB クラスのコンストラクタによって接続が開かれます。 - NetBeans

An array of options to be passed to the PEAR::DB constructor. 例文帳に追加

PEAR::DB のコンストラクタに渡すオプションの配列。 - PEAR

An array of options to be passed to the PEAR::MDB constructor. 例文帳に追加

PEAR::MDB のコンストラクタに渡すオプションの配列。 - PEAR

An array of options to be passed to the PEAR::MDB2 constructor. 例文帳に追加

PEAR::MDB2 のコンストラクタに渡すオプションの配列。 - PEAR

Constructor for the authentication system Parameter 例文帳に追加

認証システムのコンストラクタパラメータ - PEAR

The Config constructor, it creates a config object. 例文帳に追加

Config コンストラクタ。 config オブジェクトを作成します。 - PEAR

Constructor ThrowsNo exceptions thrown. 例文帳に追加

コンストラクタ例外・エラー例外はスローされません。 - PEAR

The Constructor generates automatically a Peer-Challenge and the Authenticator-Challenge. 例文帳に追加

このコンストラクタは、自動的に Peer-Challenge とAuthenticator-Challenge を作成します。 - PEAR

例文

Simplified constructor with not so much parameters. 例文帳に追加

あまりパラメータを使用しない、シンプルなコンストラクタです。 - PEAR

索引トップ用語の索引



  
斎藤和英大辞典
Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved.
「斎藤和英大辞典」斎藤秀三郎著、日外アソシエーツ辞書編集部編
  
Copyright © Japan Patent office. All Rights Reserved.
  
EDR日英対訳辞書
Copyright © National Institute of Information and Communications Technology. All Rights Reserved.
  
コンピューター用語辞典
Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
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.
  
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/ ).
  
© 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.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2024 GRAS Group, Inc.RSS