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

Method isStatic

src/bsh/Reflect.java:893–895  ·  view source on GitHub ↗
(Method m)

Source from the content-addressed store, hash-verified

891
892
893 private static boolean isStatic(Method m) {
894 return Modifier.isStatic(m.getModifiers());
895 }
896
897
898 static void setAccessible(final Field field) {

Callers 3

cacheResolvedMethodMethod · 0.45

Calls 1

getModifiersMethod · 0.45

Tested by

no test coverage detected