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