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

Method isNative

output/java_guava/1.4.17/Element.java:157–159  ·  view source on GitHub ↗

Returns true if the element is native.

()

Source from the content-addressed store, hash-verified

155
156
157 public final boolean isNative() {
158 return Modifier.isNative(getModifiers());
159 }
160
161 /** Returns true if the method is synchronized. */
162

Callers

nothing calls this directly

Calls 1

getModifiersMethod · 0.95

Tested by

no test coverage detected