public final class LambdaExpressionNestedState
extends java.lang.Object
The sets of nodes for parsed expressions are cached and, as a result, a set
of nodes may be being used by multiple concurrent threads. This means any
state relating to evaluation cannot be stored in the nodes. State is
therefore stored in the EvaluationContext which is created, used for
a single evaluation and then discarded.
| Constructor and Description |
|---|
LambdaExpressionNestedState() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getHasFormalParameters() |
int |
getNestingCount() |
void |
incrementNestingCount() |
void |
setHasFormalParameters() |
Copyright © 2000-2024 Apache Software Foundation.
Apache Tomcat, Tomcat, Apache, the Apache Tomcat logo and the Apache logo are either registered trademarks or trademarks of the Apache Software Foundation.