MCPcopy 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

convertMethod · 0.80
analyzeMethod · 0.80

Calls 1

hasFinalMethod · 0.95

Tested by

no test coverage detected