Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LFYSec/MScan
/ isStatic
Method
isStatic
src/main/java/pascal/taie/language/classes/JClass.java:194–196 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
192
}
193
194
public
boolean isStatic() {
195
return
Modifier.hasStatic(modifiers);
196
}
197
198
public
boolean isFinal() {
199
return
Modifier.hasFinal(modifiers);
Callers
2
getRef
Method · 0.45
getRef
Method · 0.45
Calls
1
hasStatic
Method · 0.95
Tested by
no test coverage detected