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

Method isPublic

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

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

()

Source from the content-addressed store, hash-verified

84 * @return {@code true} if the public modifier is present
85 */
86 default boolean isPublic() {
87 return (getModifiers() & Modifier.PUBLIC) != 0;
88 }
89

Callers 11

getModifiersMethod · 0.65
fillMethodIndexMethod · 0.65
populateMethodsMethod · 0.65
getPropertyMethod · 0.65
isVisiblePropertyMethod · 0.65
copyNonPrivateFieldsMethod · 0.65
setPropertyMethod · 0.65
makeMessageMethod · 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