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

Method resolveJavaField

src/bsh/Reflect.java:289–295  ·  view source on GitHub ↗
(Class clas, String fieldName, boolean staticOnly)

Source from the content-addressed store, hash-verified

287
288
289 protected static Field resolveJavaField(Class clas, String fieldName, boolean staticOnly) throws UtilEvalError {
290 try {
291 return resolveExpectedJavaField(clas, fieldName, staticOnly);
292 } catch (ReflectError e) {
293 return null;
294 }
295 }
296
297
298 /**

Callers 1

getImportedVarMethod · 0.95

Calls 1

Tested by

no test coverage detected