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

Method isStatic

output/java_guava/1.4.17/Element.java:130–132  ·  view source on GitHub ↗

Returns true if the element is static.

()

Source from the content-addressed store, hash-verified

128
129
130 public final boolean isStatic() {
131 return Modifier.isStatic(getModifiers());
132 }
133
134 /**
135 * Returns {@code true} if this method is final, per {@code Modifier.isFinal(getModifiers())}.

Callers 3

toGenericTypeMethod · 0.45
isOverridableMethod · 0.45
mayNeedHiddenThisMethod · 0.45

Calls 1

getModifiersMethod · 0.95

Tested by

no test coverage detected