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