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

Method isVolatile

output/java_guava/1.4.17/Element.java:170–172  ·  view source on GitHub ↗

Returns true if the field is volatile.

()

Source from the content-addressed store, hash-verified

168 /** Returns true if the field is volatile. */
169
170 final boolean isVolatile() {
171 return Modifier.isVolatile(getModifiers());
172 }
173
174 /** Returns true if the field is transient. */
175

Callers

nothing calls this directly

Calls 1

getModifiersMethod · 0.95

Tested by

no test coverage detected