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

Method getLHSStaticField

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

Source from the content-addressed store, hash-verified

230
231
232 static LHS getLHSStaticField(Class clas, String fieldName) throws UtilEvalError, ReflectError {
233 Field f = resolveExpectedJavaField(clas, fieldName, true/*onlystatic*/);
234 return new LHS(f);
235 }
236
237
238 /**

Callers 2

toLHSMethod · 0.95
generateClassImplMethod · 0.95

Calls 1

Tested by

no test coverage detected