CLASS DECLARATION Meaning in Japanese - translations and usage examples

[klɑːs ˌdeklə'reiʃn]
[klɑːs ˌdeklə'reiʃn]

Examples of using Class declaration in English and their translations into Japanese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
Then, there's a class declaration.
そして、そこでクラス発表があり。
Class declarations are not hoisted unlike function declarations..
Class宣言は、(function宣言と違って)hoistedされません。
Example of abstract class declaration.
抽象クラスの使用と宣言例:。
Here's our"class declaration" for the File class:..
以下はFileクラスのための「クラス宣言」です:。
This is an example of an acceptable class declaration:.
これらの条件を満たすクラス宣言の例です。
Modify the class declaration as follows:.
クラス宣言を次のように修正する。
Include the following traits within the class declaration:.
クラスの宣言で、以下のトレイトを取り込む。
Java: Multiple class declarations in one file.
Java:1つのファイルに複数のクラス宣言
What do parentheses surrounding an object/function/class declaration mean?
オブジェクト/関数/クラス宣言を取り巻くかっこはどういう意味ですか?
The Identifier in a class declaration specifies the name of the class..
クラス宣言におけるIdentifierは,クラスの名前を指定する。
Otherwise, if the Identifier appears within a class declaration(§8):.
そうでないときには,その識別子(Identifier)がクラス宣言(8)内で出現した場合。
Class declarations One way to define a class is using a class declaration..
クラス宣言クラスを定義するひとつの方法は、クラス宣言を使うことです。
Let's look at the class declaration.
Class型の宣言を見てみよう。
If import statements are present,then they must be written between the package statement and the class declaration.
Import文はpackage文とクラス宣言の間に書かねばならない。
Example of abstract class declaration and use:.
抽象クラスの使用と宣言例:。
It has a very plain and empty template,just with package and class declaration.
これは非常に単純な空のテンプレートであり、パッケージとクラスの宣言しかありません。
Place your cursor in the class declaration and type Alt-Enter and choose Implement all abstract methods from the popup menu.
クラスの宣言にカーソルを置き、[Alt]-[Enter]を押して、ポップアップ・メニューから「すべての抽象メソッドを実装」を選択します。
Class Program is a class declaration.
ClassProgramはクラス宣言です
If import statement is present in the file,then they were written between the package statement and class declaration.
Import文はpackage文とクラス宣言の間に書かねばならない。
Java, place the cursor on the line after the class declaration public class LibClass.
Javaで、クラス宣言(publicclassLibClass{)の後の行にカーソルを置きます。
Method name, return value,parameters and other information about the method are defined in the class declaration.
メソッド名、戻り値、パラメータなどのメソッドに関する情報はクラス宣言で定義されている。
If a class lacks the public modifier, access to the class declaration is limited to the package in which it is declared(§6.6).
クラスが修飾子publicをもたなければ,そのクラス宣言アクセスは,それを宣言したパッケージに制限される(6.6)。
MetaEditor 5: Fixed autocomplete for the methods implemented inside the class declaration.
メタエディタ5:クラス宣言内で実装されているメソッドのオートコンプリートを修正しました。
Common Diagnostics Model1.0 Conformance Policy embedded class: A class declaration that is embedded in the value of a property, parameter or method return value.
共通診断モデル1.0準拠レベル・ポリシーembeddedclass/埋め込みクラス:プロパティ、パラメータ、またはメソッド戻り値の値に埋め込まれているクラス宣言
Calling new Foo()requires that at compile time you have access to the class declaration of Foo.
NewFoo()の呼び出しは、コンパイル時にFoo()のクラス宣言にアクセスすることを要求します。
When inheriting from an abstract class,all methods marked abstract in the parent's class declaration must be defined by the child; additionally, these methods must be defined with the same(or a less restricted) visibility.
抽象クラスから継承する際、親クラスの宣言でabstractとしてマークされた全てのメソッドは、子クラスで定義されなければなりません。
Defining classes Classes are in fact"special functions", and just as you can define function expressions and function declarations, the class syntax has two components:class expressions and class declarations.
クラスの定義クラスは実は「特別な関数」であり、関数式と関数宣言の2通りで関数が定義できるように、クラス構文にはクラス式とクラス宣言という2つの定義方法があります。
Syntax class name[extends]{// class body}Description The class body of a class declaration is executed in strict mode.
構文classname[extends]{//classbody}説明class式と同様、class宣言の内部はstrictモードで実行されます。
A factory allows an implementor to hide both the class declaration and creation details of an object, an extremely important step for allowing maximum flexibility in the implementation of a class and reducing compile time dependencies.
ファクトリは、実装者に対して、クラス宣言とオブジェクトの作成の詳細を隠します。特に重要なステップとして、クラスの実装における最大限の自由度を許し、コンパイル時の依存関係を減らします。
Results: 29, Time: 0.0322

Word-for-word translation

Top dictionary queries

English - Japanese