1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > class methodsに関連した英語例文

セーフサーチ:オフ

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

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

セーフサーチについて

class methodsの部分一致の例文一覧と使い方

該当件数 : 165



例文

Class Methods 例文帳に追加

授業の方法 - 日本法令外国語訳データベースシステム

Class Variables and Methods 例文帳に追加

クラス変数およびメソッド - PEAR

Coding Standard Class Methods 例文帳に追加

コーディング規約クラスのメソッド - PEAR

Coding Standard Class Methods--Information about overriding coding standard class methods 例文帳に追加

コーディング規約クラスのメソッド--コーディング規約クラスのメソッドのオーバーライドに関する情報 - PEAR

例文

The Unpacker class offers the following methods: 例文帳に追加

Unpacker クラスは以下のメソッドを提供します: - Python


例文

The Message class defines the following methods in addition to the rfc822.Message methods:例文帳に追加

Message クラスは、rfc822.Message メソッドに加えて、以下のメソッドを定義しています: - Python

This class supports the following methods. 例文帳に追加

このクラスは以下のメソッドをサポートしています。 - PEAR

The dircmp class provides the following methods: 例文帳に追加

dircmp クラスは以下のメソッドを提供しています: - Python

def f(arg): pass # a function that does nothing (yet)class C: pass # a class with no methods (yet) 例文帳に追加

def f(arg): pass # a function that does nothing (yet)class C: pass # a class with no methods (yet) のように、構文法的には文が必要だが、コードとしては何も実行したくない場合のプレースホルダとして有用です。 - Python

例文

The SAXException exception class supports the following methods:例文帳に追加

SAXException 例外クラスは以下のメソッドをサポートしています。 - Python

例文

The type of methods of user-defined class instances. 例文帳に追加

ユーザー定義のクラスのインスタンスのメソッドの型です。 - Python

For a class,it disassembles all methods. 例文帳に追加

クラスに対しては、すべてのメソッドを逆アセンブルします。 - Python

Other constructors, all class methods: 例文帳に追加

他のコンストラクタ、および全てのクラスメソッドを以下に示します: - Python

Notice that you can use code completion in the Java class to find the methods you need in the Groovy class:例文帳に追加

Groovy クラスで必要なメソッドの検索には、Java クラスのコード補完を使用できます。 - NetBeans

In addition to tag methods, the HTMLParser class provides some additional methods and instance variables for use within tag methods.例文帳に追加

タグメソッドに加えて、HTMLParser クラスではタグメソッドで利用するためのいくつかのメソッドとインスタンス変数を提供しています。 - Python

Names defined at the class scope are not visible in methods.例文帳に追加

クラスのスコープで定義された名前は、メソッドからは見えません。 - Python

In addition to the methods provided by the UserDict.DictMixin class,dumbdbm objects provide the following methods. 例文帳に追加

UserDict.DictMixin クラスで提供されているメソッドに加え、dumbdbm オブジェクトでは以下のメソッドを提供しています。 - Python

The following methods only apply to new-style classes. 例文帳に追加

以下のメソッドは新しい形式のクラス (new-style class) のみに適用されます。 - Python

The main DB class is simply a container class with some static methods for creating DB objects.例文帳に追加

DBクラスは単なるコンテナクラスであり、DB オブジェクトを作成するための静的メソッドを保持しています。 - PEAR

Class Queue implements queue objects and has the methods described below.例文帳に追加

クラスQueueはキューオブジェクトを実装しており、以下のメソッドを持っています。 - Python

TOS is the methods dictionary, TOS1the tuple of the names of the base classes, and TOS2 the class name. 例文帳に追加

TOSはメソッド辞書、TOS1は基底クラスの名前のタプル、TOS2はクラス名です。 - Python

The selected methods are added to the ATM class element and a generalization link snaps in place between the two class elements. 例文帳に追加

選択したメソッドが ATM クラス要素に追加され、2 つのクラス要素の間に汎化リンクが表示されます。 - NetBeans

The IDE also generated the following test class initializer and finalizer methods: 例文帳に追加

また、次のテストクラスの初期化メソッドと終了メソッドが生成されました。 - NetBeans

The reports are formatted and printed using methods of the class pstats.Stats.例文帳に追加

情報は pstats.Stats クラスのメソッドを使って整形や出力をおこないます。 - Python

This class provides the following interface methods and instance variables: 例文帳に追加

このクラスは次のインターフェース・メソッドとインスタンス変数を提供しています。 - Python

The StreamReader class is a subclass of Codec and defines the following methods which every stream reader must define inorder to be compatible to the Python codec registry.例文帳に追加

StreamReader クラスは Codec のサブクラスで、以下のメソッドを定義しています。 - Python

The StreamWriter class is a subclass of Codec and defines the following methods which every stream writer must define inorder to be compatible to the Python codec registry.例文帳に追加

StreamWriter クラスは Codec のサブクラスで、以下のメソッドを定義しています。 - Python

Class that implements the Wichmann-Hill algorithm as the core generator.Has all of the same methods as Random plus the whseedmethod described below. 例文帳に追加

Random クラスと同じメソッド全てと、下で説明する whseed メソッドを持ちます。 - Python

In Tkinter, you call methods on the class instance to invoke actions on the widget.例文帳に追加

Tkinter では、クラスインスタンスのメソッドを呼び出して、ウィジェットのアクションを呼び出します。 - Python

If you look at the generated test class VectorsJUnit3Test.java in the editor,you can see that the IDE generated the following test class with test methods for the methods equal and scalarMultiplication.例文帳に追加

生成したテストクラス VectorsJUnit3Test.java をエディタで表示すると、次のテストクラスが equal メソッドと scalarMultiplication メソッドに対するテストメソッドとともに生成されたことがわかります。 - NetBeans

The following methods only apply when an instance of the class containing the method (a so-called descriptor class) appears in the class dictionary of another new-style class, known as the owner class.例文帳に追加

3.3.2.2 デスクリプタ (descriptor) の実装 以下のメソッドは、デスクリプタメソッドを持っているクラス (いわゆる デスクリプタ (descriptor) クラス) のインスタンスが別の新たな形式のクラス、いわゆる オーナ (owner) クラスのクラス辞書に存在する場合にのみ適用されます。 - Python

Click inside the ATM class element, and then click the EntryStation class element.The Select Methods to Redefine dialog box appears. 例文帳に追加

ATM クラス要素内をクリックし、次に EntryStation クラス要素をクリックします。 「再定義するメソッドを選択」ダイアログが表示されます。 - NetBeans

Creates a new superclass based on a selection of methods in the selected class. 例文帳に追加

選択したクラスでメソッドの選択部分を基に新規スーパークラスを作成します。 - NetBeans

In the source editor, right-click in the class and choose Insert Code (Alt-Insert) and then select Add Business Method to open the Add Business Method dialog box.In NetBeans IDE 6.0 and 6.1, right-click in the class and choose EJB Methods Add Business Method to open the dialog box.例文帳に追加

ソースエディタで AccountStatusBean 内の任意の場所を右クリックし、「EJB メソッド」「ビジネスメソッドを追加」を選択します。 - NetBeans

The most important usage is that Services_Ebay acts as a proxy class for the API calls, that means you can call methods on the class which will then be redirected to the appropriate call object. 例文帳に追加

つまり、このクラスのメソッドをコールすると、それが適切なコールオブジェクトにリダイレクトされるということです。 - PEAR

For more information of the methods this class implements, refer to the API documentation. 例文帳に追加

このクラスが実装しているその他のメソッドについては、APIドキュメントを参照ください。 - PEAR

(multiple databases are supported - see section on configuration) The class definition illustrates how you only need to define the data specific code in your class, ignoring all the common methods, along with showing one of the methods for retrieveing multiple rows of data. 例文帳に追加

上のクラス定義には、あなたは全ての共通のメソッドを無視し、データ特有のコードを定義する必要があるだけである、という事を示しています。 - PEAR

If you want to modify an existing renderer or write a new one, this section will be of interest to you.HTML_QuickForm_RendererHTML_QuickForm_Renderer--Abstract base class for renderers (package developer related)DescriptionDefines the abstract methods that should be implemented by child classes. 例文帳に追加

子クラスで実装する抽象メソッドを定義します。 - PEAR

There are also experimental methods that give this class more mappingbehavior. 例文帳に追加

このクラスをよりマップ型的な動作ができるようにする実験的なメソッドもあります。 - Python

This class provides methods for registration of functions that can be called by the XML-RPC protocol.例文帳に追加

このクラスはXML-RPCプロトコルで呼ばれる関数の登録のためのメソッドを提供します。 - Python

Custom behaviors and validations may be implemented by overriding the class methods, or by defining new methods. 例文帳に追加

独自の挙動や検証機能などを作成するには、既存のクラスメソッドをオーバーライドするか、あるいは新たなメソッドを作成します。 - PEAR

With the addition of a new renderer layer, a lot of methods that were located in the main QuickForm class were actually duplicates of methods in the renderers. 例文帳に追加

新たにレンダラの層が追加されたのに伴い、QuickFormの本体クラスに存在した多くのメソッドがレンダラのメソッドにコピーされました。 - PEAR

the problem is probably caused by incorrect getter and setter methods for Collection Animal in the Pavilion class.例文帳に追加

この場合、Pavilion クラスの Collection Animal の取得メソッドと設定メソッドが間違っている可能性があります。 - NetBeans

The Navigator recognizes prototype-style class definitions and shows them as classes with methods. 例文帳に追加

ナビゲータでは、プロトタイプスタイルのクラス定義が認識され、メソッドがあるクラスとして表示されます。 - NetBeans

The main MDBclass is simply a container class with some static methods for creating MDB objects. 例文帳に追加

MDBクラスは単なるコンテナクラスで、MDB オブジェクトを作成するための静的メソッドを含みます。 - PEAR

This package is in alpha state Package contains locale validation for Poland such as: This class provides methods to validate: 例文帳に追加

このパッケージはアルファ版です。 ポーランド固有の以下のような検証を行うパッケージです。 - PEAR

The methods are similar to those for the Decimal class and are only briefly recountedhere.例文帳に追加

コンテキストのメソッドは Decimal クラスのメソッドに似ているので、ここでは簡単な説明にとどめます。 - Python

This has to do with variable length objects like lists and strings.Ignore this for now.Skipping a number of type methods that we don't provide, we set the class flags to Py_TPFLAGS_DEFAULT.例文帳に追加

これはリストや文字列などの可変長オブジェクトのためのものです。 - Python

The following utility methods are defined by the CCompiler class,for use by the various concrete subclasses. 例文帳に追加

以下のユーティリティメソッドは具体的なサブクラスで使うために、CCompilerクラスで定義されています。 - Python

例文

It is derived from the standard Exception class and defines no additional methods.例文帳に追加

これは標準の Exception クラスから派生しており、追加のメソッドはまったく定義されていません。 - Python




  
日本法令外国語訳データベースシステム
※この記事は「日本法令外国語訳データベースシステム」の2010年9月現在の情報を転載しております。
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、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.
  
© 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.
  
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/ ).
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS