Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getValue
Method · 0.95
setValue
Method · 0.95
setVariable
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected