Sujet : Re: Function calls
De : ram (at) *nospam* zedat.fu-berlin.de (Stefan Ram)
Groupes : comp.std.cDate : 06. Oct 2023, 09:54:37
Autres entêtes
Organisation : Stefan Ram
Message-ID : <Java-20231006095310@ram.dialup.fu-berlin.de>
References : 1
ram@zedat.fu-berlin.de (Stefan Ram) writes:
during the evaluation of a function call, control is transferred to
the called function, but I was not able to find such wording!
Here is an example from a Java specification
(Java SE 18 Edition):
|15.12.4 Run-Time Evaluation of Method Invocation
...
|and control is transferred to the method code.
.