Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beanshell/beanshell
/ isPublic
Method
isPublic
src/bsh/Reflect.java:883–885 ·
view source on GitHub ↗
(Member member)
Source
from the content-addressed store, hash-verified
881
882
883
private
static
boolean isPublic(Member member) {
884
return
Modifier.isPublic(member.getModifiers());
885
}
886
887
888
private
static
boolean isPublic(Class clazz) {
Callers
8
resolveJavaMethod
Method · 0.95
collectMethods
Method · 0.95
constructObject
Method · 0.95
setAccessible
Method · 0.95
getVisibility
Method · 0.95
getPublicConstructors
Method · 0.80
getPublicMethods
Method · 0.80
getPublicFields
Method · 0.80
Calls
1
getModifiers
Method · 0.45
Tested by
no test coverage detected