Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
checkFoundStaticMethod
Method · 0.95
resolveExpectedJavaField
Method · 0.45
cacheResolvedMethod
Method · 0.45
Calls
1
getModifiers
Method · 0.45
Tested by
no test coverage detected