MCPcopy 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

getValueMethod · 0.80
setValueMethod · 0.80
invokeMethod · 0.80
getTypeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected