MCPcopy Create free account
hub / github.com/antlr/codebuff / isPackagePrivate

Method isPackagePrivate

output/java_guava/1.4.18/Element.java:116–118  ·  view source on GitHub ↗

Returns true if the element is package-private.

()

Source from the content-addressed store, hash-verified

114
115
116 public final boolean isPackagePrivate() {
117 return !isPrivate() && !isPublic() && !isProtected();
118 }
119
120 /** Returns true if the element is private. */
121

Callers

nothing calls this directly

Calls 3

isPrivateMethod · 0.95
isPublicMethod · 0.95
isProtectedMethod · 0.95

Tested by

no test coverage detected