MCPcopy
hub / github.com/apache/groovy / getModifiers

Method getModifiers

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

Returns the Java modifier bit set for this meta member. @return the modifier flags

()

Source from the content-addressed store, hash-verified

40 * @return the modifier flags
41 */
42 int getModifiers();
43
44 /**
45 * Indicates whether this member is declared {@code final}.

Callers 15

actionPerformedMethod · 0.65
getMethodsMethod · 0.65
getFieldsMethod · 0.65
nextDomainMethod · 0.65
completeMethod · 0.65
retrieveConstructorsMethod · 0.65
methodDescriptionMethod · 0.65
isPublicTestMethodMethod · 0.65
isAbstractMethod · 0.65
isFinalMethod · 0.65
isPrivateMethod · 0.65
isProtectedMethod · 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 2

isPublicTestMethodMethod · 0.52
assertFieldMethod · 0.52