MCPcopy Create free account
hub / github.com/apache/tomcat / exitLambdaScope

Method exitLambdaScope

java/jakarta/el/ELContext.java:339–341  ·  view source on GitHub ↗

Called after evaluating a lambda expression to signal that the arguments are no longer required. @since EL 3.0

()

Source from the content-addressed store, hash-verified

337 * @since EL 3.0
338 */
339 public void exitLambdaScope() {
340 getLambdaArguments().pop();
341 }
342
343 /**
344 * Coerce the supplied object to the requested type.

Callers 1

invokeMethod · 0.45

Calls 2

getLambdaArgumentsMethod · 0.95
popMethod · 0.45

Tested by

no test coverage detected