MCPcopy 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

convertMethod · 0.45
obtainOutNodesMethod · 0.45

Calls 1

hasPrivateMethod · 0.95

Tested by

no test coverage detected