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

Method isProtected

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

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

()

Source from the content-addressed store, hash-verified

75 * @return {@code true} if the protected modifier is present
76 */
77 default boolean isProtected() {
78 return (getModifiers() & Modifier.PROTECTED) != 0;
79 }
80

Callers 5

getModifiersMethod · 0.65
populateMethodsMethod · 0.65
isVisiblePropertyMethod · 0.65
copyNonPrivateFieldsMethod · 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