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

Method hasPrivate

src/main/java/pascal/taie/language/classes/Modifier.java:62–64  ·  view source on GitHub ↗
(Set<Modifier> modifiers)

Source from the content-addressed store, hash-verified

60 }
61
62 public static boolean hasPrivate(Set<Modifier> modifiers) {
63 return modifiers.contains(PRIVATE);
64 }
65
66 public static boolean hasStatic(Set<Modifier> modifiers) {
67 return modifiers.contains(STATIC);

Callers 2

isPrivateMethod · 0.95
isPrivateMethod · 0.95

Calls 1

containsMethod · 0.65

Tested by

no test coverage detected