Called after evaluating a lambda expression to signal that the arguments are no longer required. @since EL 3.0
()
| 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. |
no test coverage detected