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

Method isPrivate

output/java_guava/1.4.18/Element.java:123–125  ·  view source on GitHub ↗

Returns true if the element is private.

()

Source from the content-addressed store, hash-verified

121
122
123 public final boolean isPrivate() {
124 return Modifier.isPrivate(getModifiers());
125 }
126
127 /** Returns true if the element is static. */
128

Callers 2

isPackagePrivateMethod · 0.95
isOverridableMethod · 0.45

Calls 1

getModifiersMethod · 0.95

Tested by

no test coverage detected