MCPcopy Create free account
hub / github.com/apache/groovy / isStatic

Method isStatic

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

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

()

Source from the content-addressed store, hash-verified

93 * @return {@code true} if the static modifier is present
94 */
95 default boolean isStatic() {
96 return (getModifiers() & Modifier.STATIC) != 0;
97 }
98

Callers 15

findMainMethodMethod · 0.65
fillMethodIndexMethod · 0.65
invokeMissingMethodMethod · 0.65
invokeMethodMethod · 0.65
getPropertyMethod · 0.65
setPropertyMethod · 0.65
checkIfMethodExistsMethod · 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