MCPcopy Index your code
hub / github.com/clojure/clojure / getStaticField

Method getStaticField

src/jvm/clojure/lang/Reflector.java:364–367  ·  view source on GitHub ↗
(String className, String fieldName)

Source from the content-addressed store, hash-verified

362}
363
364public static Object getStaticField(String className, String fieldName) {
365 Class c = RT.classForName(className);
366 return getStaticField(c, fieldName);
367}
368
369public static Object getStaticField(Class c, String fieldName) {
370// if(fieldName.equals("class"))

Callers 1

evalMethod · 0.95

Calls 6

classForNameMethod · 0.95
getFieldMethod · 0.95
prepRetMethod · 0.95
sneakyThrowMethod · 0.95
getMethod · 0.65
getTypeMethod · 0.45

Tested by

no test coverage detected