INSTANCE VARIABLE Meaning in Japanese - translations and usage examples

['instəns 'veəriəbl]

Examples of using Instance variable in English and their translations into Japanese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
An example with an instance variable:.
Add an instance variable of type ofImage for each image you wish to load.
ロードしたい画像のそれぞれに対して、ofImage型のインスタンス変数を追加します。
First we declare the instance variable,$stack.
まずインスタンス変数$stackを宣言し、。
Notice the<- assignment operator used for updating our mutable instance variable.
割り当て演算子は変更可能なインスタンス変数の更新があるときに用いる。
Add an instance variable of type ofVideoPlayer for the video you wish to load.
ロードしたいビデオのためにofVideoPlayerクラスのインスタンス変数を追加します。
Correct design of the class should use an instance variable instead:.
このクラスの正しい設計ではインスタンス変数を代わりに使用するべきです:。
The class has one instance variable, which is mutable(not constant), called the_list.
クラスにはthe_listという名前の変更可能なインスタンス変数(定数ではない)がひとつある。
The field previously defined as"classvariable" has been changed to"instance variable".
これまで「クラス変数」として定義されていたフィールドが「インスタンス変数」に変更となった。
The response body is stored in the instance variable text of the Requests object.
レスポンスボディはRequestsオブジェクトのインスタンス変数textに格納されています。
The pointerof expressionreturns a Pointer that points to the contents of a variable or instance variable.
Pointerofは、変数やインスタンス変数の格納場所を指すポインタを返します。
We're using the article instance variable in edit_article_url which isn't a good practice.
Edit_article_urlでarticleインスタンス変数を使用していますが、これはいい方法ではありません。
Within a service provider,you always have access to the container via the$this-gt;app instance variable.
サービスプロバイダーの中でコンテナへアクセスするには、$this-gt;appインスタンス変数を使用する必要があります。
In the view we can now replace the call to the instance variable with a call to our new articles method.
ビューでは、インスタンス変数の呼び出しを新しく作ったarticlesメソッドに置き換えます。
Within a service provider,you always have access to the container via the$this-<app instance variable.
サービスプロバイダの中からは、いつでも$this-<appインスタンス変数によりコンテナにアクセスできます。
You also declare the private static$instance variable, which stores the instance of WishDB.
また、WishDBのインスタンスを格納する、privatestatic$instance変数も宣言します。
A field that is not declared static(sometimes called a non-static field)is called an instance variable.
Static宣言されていないフィールド(non-staticフィールドと呼ばれることもある)は,インスタンス変数(instancevariable)と呼ばれる。
Any method call or instance variable lookup in a view runs in the context of such a controller.
ビューにおけるすべてのメソッド呼び出しやインスタンス変数の探索は、上記した「コントローラー」のコンテキストで実行されます。
Creating a Constructor The UserNumberBean constructor must generate a random number between 0 and 10 andstore it in an instance variable.
コンストラクタの作成UserNumberBeanコンストラクタは、0から10の間のランダムな数値を生成し、インスタンス変数に格納します。
Because there is no instance variable, you access the members of a static class by using the class name itself.
インスタンス変数がないため、静的クラスのメンバーにアクセスするには、クラス名自体を使用します。
Registering A Basic Resolver Within a service provider,you always have access to the container via the$this-<app instance variable.
基本的なリゾルバーの登録サービスプロバイダーの中でコンテナへアクセスするには、$this-<appインスタンス変数を使用する必要があります。
As there is no instance variable, you can access the members of a static class by using the name of the class itself.
インスタンス変数がないため、静的クラスのメンバーにアクセスするには、クラス名自体を使用します。
In a Mongo object class,you can define QStringLists as an instance variable like the following sequence of code visualizes:.
Mongoオブジェクトクラスには、インスタンス変数としてQStringList型を定義することが可能です。つまり、次のように定義できるということです。
The current_user method gets the current user by its id, using the id from the session variable,and caches the result in an instance variable.
Current_userメソッドは、セッション変数から現在のユーザのidを得て、それをインスタンス変数にキャッシュします。
Note that this function accesses the static$instance variable and sets its value as the instance of the class.
この関数は静的な$instance変数にアクセスし、その値をクラスのインスタンスとして設定します。
In the format string we can use\u to uppercase the next character,so a snippet that only asks for the name of the instance variable once could look like this:.
文字列のフォーマットでは、私たちは、次の文字を大文字にするために\uを用います。それでスニペットは一度インスタンス変数の名前のみを尋ねるスニペットは以下のようになります。
If(quite unlikely though) there are any codes that add instance variable or eigen method into these numerical objects, these programs will break.
多分、無いと思いますが、これらの数値オブジェクトにインスタンス変数や特異メソッドなどを追加するプログラムは動かなくなりました。
Each class variable, instance variable, or array component is initialized with a default value when it is created(§15.9,§15.10):.
個々のクラス変数,インスタンス変数又は配列構成要素は,それを生成するときにデフォルト値(defaultvalue)に初期化する(15.9,15.10)。
The later invocation of printThree in method main invokes the same definition of printThree,but by that point the initializer for instance variable three has been executed, and so the value 3 is printed.
メソッドmainにおけるprintThreeのその後の呼出しは,printThreeの同じ定義を呼び出すが,その時点までには,インスタンス変数threeに対する初期化子が実行されており,そのために値3が出力される。
It is something similar to what is called a field or an instance variable in other object-oriented languages; but slots can be configured more than just a per-object storage space.
これは、他のオジェクト指向言語では、フィールドとかインスタンス変数などと呼ばれているものに似たものです。
Results: 29, Time: 0.0265

Word-for-word translation

Top dictionary queries

English - Japanese