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

Method getLambdaArguments

java/jakarta/el/ELContext.java:57–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55 }
56
57 private Deque<Map<String,Object>> getLambdaArguments() {
58 if (lambdaArguments == null) {
59 lambdaArguments = new ArrayDeque<>(4);
60 }
61 return lambdaArguments;
62 }
63
64 /**
65 * Sets the internal flag indicating whether a property has been resolved during the current

Callers 4

isLambdaArgumentMethod · 0.95
getLambdaArgumentMethod · 0.95
enterLambdaScopeMethod · 0.95
exitLambdaScopeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected