Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/tomcat
/ getKlass
Method
getKlass
java/jakarta/el/ELClass.java:44–46 ·
view source on GitHub ↗
Returns the wrapped Class. @return the wrapped Class
()
Source
from the content-addressed store, hash-verified
42
* @
return
the wrapped Class
43
*/
44
public
Class<?> getKlass() {
45
return
clazz;
46
}
47
}
Callers
4
getValue
Method · 0.80
setValue
Method · 0.80
invoke
Method · 0.80
getType
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected