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