MCPcopy Create free account
hub / github.com/antlr/codebuff / isAbstract

Method isAbstract

output/java_guava/1.4.18/Element.java:150–152  ·  view source on GitHub ↗

Returns true if the method is abstract.

()

Source from the content-addressed store, hash-verified

148
149
150 public final boolean isAbstract() {
151 return Modifier.isAbstract(getModifiers());
152 }
153
154 /** Returns true if the element is native. */
155

Callers

nothing calls this directly

Calls 1

getModifiersMethod · 0.95

Tested by

no test coverage detected