MCPcopy Index your code
hub / github.com/apache/groovy / isPrivate

Method isPrivate

src/main/java/groovy/lang/MetaMember.java:68–68  ·  view source on GitHub ↗

Indicates whether this member is declared private. @return true if the private modifier is present

()

Source from the content-addressed store, hash-verified

66 * @return {@code true} if the private modifier is present
67 */
68 default boolean isPrivate() {
69 return (getModifiers() & Modifier.PRIVATE) != 0;
70 }
71

Callers 8

getMopNameMethod · 0.65
populateMethodsMethod · 0.65
hasPrivateInMethodsMethod · 0.65
mopArrayIndexMethod · 0.65
isVisiblePropertyMethod · 0.65
copyNonPrivateFieldsMethod · 0.65
isPrivateMethod · 0.65

Implementers 3

MetaMethodsrc/main/java/groovy/lang/MetaMethod.j
MetaPropertysrc/main/java/groovy/lang/MetaProperty
CachedConstructorsrc/main/java/org/codehaus/groovy/refl

Calls

no outgoing calls

Tested by

no test coverage detected