MCPcopy Index your code
hub / github.com/apache/tomcat / bracket

Method bracket

java/jakarta/el/ELProcessor.java:272–274  ·  view source on GitHub ↗
(String expression)

Source from the content-addressed store, hash-verified

270
271
272 private static String bracket(String expression) {
273 return "${" + expression + "}";
274 }
275
276 private static class MethodSignature {
277

Callers 3

getValueMethod · 0.95
setValueMethod · 0.95
setVariableMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected