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

Method isAbstract

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

Returns whether this method is abstract. @return true if this method is abstract

()

Source from the content-addressed store, hash-verified

185 * @return true if this method is abstract
186 */
187 public boolean isAbstract() {
188 return (getModifiers() & Modifier.ABSTRACT) != 0;
189 }
190
191 /**
192 * Returns whether this method is interface-default.

Callers 1

Calls 1

getModifiersMethod · 0.95

Tested by

no test coverage detected