MCPcopy Create free account
hub / github.com/LFYSec/MScan / isPublic

Method isPublic

src/main/java/pascal/taie/language/classes/JClass.java:174–176  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

172 }
173
174 public boolean isPublic() {
175 return Modifier.hasPublic(modifiers);
176 }
177
178 public boolean isProtected() {
179 return Modifier.hasProtected(modifiers);

Callers 4

convertMethod · 0.45
analyzeMethod · 0.45
getMethodsMethod · 0.45

Calls 1

hasPublicMethod · 0.95

Tested by

no test coverage detected