MCPcopy Index your code
hub / github.com/beanshell/beanshell / getStaticFieldValue

Method getStaticFieldValue

src/bsh/Reflect.java:203–205  ·  view source on GitHub ↗
(Class clas, String fieldName)

Source from the content-addressed store, hash-verified

201
202
203 public static Object getStaticFieldValue(Class clas, String fieldName) throws UtilEvalError, ReflectError {
204 return getFieldValue(clas, null, fieldName, true/*onlystatic*/);
205 }
206
207
208 /**

Callers 2

getClassStaticThisMethod · 0.95

Calls 1

getFieldValueMethod · 0.95

Tested by

no test coverage detected