Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LFYSec/MScan
/ isPublic
Method
isPublic
src/main/java/pascal/taie/language/classes/JClass.java:174–176 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
172
}
173
174
public
boolean isPublic() {
175
return
Modifier.hasPublic(modifiers);
176
}
177
178
public
boolean isProtected() {
179
return
Modifier.hasProtected(modifiers);
Callers
4
convert
Method · 0.45
analyze
Method · 0.45
resolveParameterAnnotation
Method · 0.45
getMethods
Method · 0.45
Calls
1
hasPublic
Method · 0.95
Tested by
no test coverage detected