3. Programming Frames : How You Can Invoke Frames : Differences Among the Frame-invoking Statements : How You Can Transfer Control to a New Frame: Callframe Statement
 
Share this page                  
How You Can Transfer Control to a New Frame: Callframe Statement
The callframe statement opens a new active frame that blocks the calling frame (makes it inactive). The called frame has control until you close it and returns control to the calling frame with the return statement. After you return control to the calling frame, the calling frame becomes active again.