memrootじしょ
英和翻訳
method call
method call
/ˈmɛθəd kɔːl/
メソッド コール
1.
プログラム内で、あるオブジェクトに属する特定の機能(メソッド)を実行する行為。
オブジェクト指向プログラミングにおいて、オブジェクトに定義された機能を実行する際に使われる操作です。これは、プログラムが特定のタスクを実行するために、その機能(メソッド)にアクセスすることを意味します。
The
program
initiated
a
method
call
to
process
the
user
input.
(プログラムはユーザー入力を処理するためにメソッド呼び出しを開始しました。)
The program
そのプログラムは
initiated
開始した
a method call
メソッド呼び出しを
to process
処理するために
the user input
ユーザー入力を
Understanding
the
correct
syntax
for
a
method
call
is
crucial
for
writing
efficient
code.
(メソッド呼び出しの正しい構文を理解することは、効率的なコードを書く上で非常に重要です。)
Understanding
理解すること
the correct syntax
正しい構文を
for a method call
メソッド呼び出しのための
is crucial
は非常に重要である
for writing
書くために
efficient code
効率的なコードを
During
execution,
each
method
call
consumes
a
certain
amount
of
memory.
(実行中、各メソッド呼び出しは一定量のメモリを消費します。)
During execution
実行中
each method call
各メソッド呼び出しは
consumes
消費する
a certain amount
ある程度の量
of memory
メモリの
A
failed
method
call
often
indicates
an
error
in
the
input
parameters.
(失敗したメソッド呼び出しは、入力パラメータにエラーがあることを示すことが多いです。)
A failed
失敗した
method call
メソッド呼び出しは
often indicates
しばしば示す
an error
エラーを
in the input parameters
入力パラメータにおける
The
debugger
can
trace
every
method
call
made
within
the
application.
(デバッガはアプリケーション内でなされたすべてのメソッド呼び出しを追跡できます。)
The debugger
デバッガは
can trace
追跡できる
every method call
すべてのメソッド呼び出しを
made within
~内でなされた
the application
そのアプリケーション
Optimizing
the
number
of
method
calls
can
significantly
improve
performance.
(メソッド呼び出しの数を最適化することで、パフォーマンスを大幅に向上させることができます。)
Optimizing
最適化すること
the number
その数
of method calls
メソッド呼び出しの
can significantly improve
大幅に向上させることができる
performance
パフォーマンスを
関連
function call
procedure call
invocation
object-oriented programming
subroutine
API call