MCPcopy 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

getRefMethod · 0.45
getRefMethod · 0.45

Calls 1

hasStaticMethod · 0.95

Tested by

no test coverage detected