INSTANCE VARIABLES Meaning in Japanese - translations and usage examples

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

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

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
Classes, objects and instance variables.
クラス、オブジェクト、インスタンス変数
Instance variables set in filters are accessible by routes and templates:.
フィルタ内でセットされたインスタンス変数はルーティングとテンプレートからアクセスすることができます。
We're still using instance variables here.
まだここではインスタンス変数が使われています。
Instance variables set in route handlers are directly accessible by templates:.
ルーティングハンドラでセットされたインスタンス変数はテンプレート内で直接使うことができます。
Methods and instance variables· GitBook.
メソッドとインスタンス変数プログラミング言語Crystal。
The values of the hash are saved as instance variables.
それらがインスタンス変数として保存される。
Under the Object's Skin Instance variables are hidden away inside the object.
Objectの殻の中インスタンス変数はオブジェクトの内側に隠されています。
Because of this specification, the controller doesn't often have instance variables.
このような仕様であるので、コントローラはインスタンス変数を持つことがあまりありません。
Next, all initializers for the instance variables of class Point are executed.
次に,クラスPointのインスタンス変数に対するすべての初期化子が実行される。
As we could in the model we can inspect the values of any local or instance variables.
モデルでの場合と同じように、ローカル変数やインスタンス変数を検査(inspect)できます。
If you change this, instance variables and helper methods will not be available.
これを変更した場合、インスタンス変数およびヘルパーメソッドが利用できなくなる。
Class variables are allowed, but instance variables are not.
また、クラス変数は定義可能ですが、インスタンス変数を定義することはできません。
Instance variables set in before filters and routes are accessible by after filters:.
Beforeフィルタとルーティング内でセットされたインスタンス変数はafterフィルタからアクセスすることができます。
These two methods manage a bus specific set of instance variables of a child device.
これらの2つのメソッドは子デバイスのバス特有のインスタンス変数の組を管理します。
Both class and instance variables(static and non-static fields) may be declared final.
クラス変数及びインスタンス変数(staticフィールド及びnon-staticフィールド)の両方ともfinal宣言してよい。
Ruby follows the influence of the Smalltalk language by giving methods and instance variables to all of its types.
ですが、RubyはSmalltalkの影響を受け、すべての型がメソッドやインスタンス変数を与えられるようになっています。
Next, the initializers for the instance variables of class ColoredPoint are executed.
次に,クラスColoredPointのインスタンス変数に対する初期化子が実行される。
It creates HTTP headers and name of attribute for tags related form,and sets form data to binded instance variables.
ヘッダーやフォームのname属性は自動的に生成され、フォームデータはRubyクラスのインスタンス変数に代入されます。
This includes not only class variables and instance variables but also components of arrays.
変数には,クラス変数及びインスタンス変数だけなく,配列の構成要素も含む。
An object is comprised of common subroutines andstructures that group together its internal variables instance variables.
オブジェクトは、その内部変数(インスタンス変数)を集めた構造体と共通サブルーチン(メソッド)から構成される。
This function retrieves the driver private instance variables for the device with the given unit number and returns it.
この関数は、指定されたユニット番号から、そのデバイスのためのドライバの私的なインスタンス変数を取り出し、それを返します。
The ability to reuse templates like this is thereason why we should minimize the use of instance variables in RABL templates.
このようにテンプレートを再利用できる機能こそが、RABLテンプレートでインスタンス変数の使用を最小限にするべき理由です。
One example of appropriate public instance variables is the case where the class is essentially a data structure, with no behavior.
適切なpublicインスタンス変数の一つの例は、クラスが動作を持たず本質的にデータ構造である場合です。
You should not keep stateful information for a pair of incoming andoutgoing messages as instance variables of the adapter itself.
対になった入力メッセージと出力メッセージのための状態を示す情報をアダプター自身のインスタンス変数として保持してはいけません。
If we do use this technique it's important that any instance variables use inside the rendered template are set in the controller's action.
このテクニックを使用する場合は、出力されるテンプレートで使われるインスタンス変数はコントローラのアクションで設定されるので注意してください。
We can use it to create an interface of methods in thecontroller that the view can access instead of using instance variables.
これを使うことによって、インスタンス変数を使わずに、ビューからアクセスできるメソッドのインターフェイスをコントローラ内に作成できます。
A class inherits all instance variables and all instance and class methods of a superclass, including its constructors(new and initialize).
クラスを継承したとき、すべてのインスタンス変数、およびインスタンスメソッドとクラスメソッドがスーパークラスから引き継がれます。その中にはコンストラクタ(newとinitialize)も含まれます。
The intention is that each differenttype of bus defines a set of appropriate instance variables(such as ports and irqs for ISA bus etc.).
その意図は、異なった型のバスはそれぞれが適当なインスタンス変数の組(ISAバスにおけるportやirqという具合に)を定義するということです。
When you first start using Rails itmay seem strange that access to a controller's instance variables is shared with the views as these are usually kept private within a class.
最初にRailsを使い始めた頃、コントローラのインスタンス変数へのアクセスがビューと共有されていることに違和感を覚えなかったでしょうか?通常それらはクラス内のプライベート変数となっているべきではないかと。
Results: 29, Time: 0.0271

Word-for-word translation

Top dictionary queries

English - Japanese