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

Method isFinal

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

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

()

Source from the content-addressed store, hash-verified

47 * @return {@code true} if the final modifier is present
48 */
49 default boolean isFinal() {
50 return (getModifiers() & Modifier.FINAL) != 0;
51 }
52

Callers 10

getModifiersMethod · 0.65
setPropertyMethod · 0.65
setPropertyMethod · 0.65
addListenerToClassMethod · 0.65
createPropInitMethod · 0.65
createPropInitMethod · 0.65
createPropInitMethod · 0.65
initializeFieldsMethod · 0.65
buildMethod · 0.65
instantiateAggregateMethod · 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