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

Method getModifiers

src/main/java/groovy/lang/MetaMethod.java:62–62  ·  view source on GitHub ↗

Returns the modifiers of this method. @return modifiers as an int.

()

Source from the content-addressed store, hash-verified

60 * @return modifiers as an int.
61 */
62 public abstract int getModifiers();
63
64 /**
65 * Returns the name of this method.

Callers 5

isMethodMethod · 0.95
isAbstractMethod · 0.95
isDefaultMethod · 0.95
isSameMethod · 0.95
getModifiersMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected