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

Method isSynchronized

output/java_guava/1.4.18/Element.java:164–166  ·  view source on GitHub ↗

Returns true if the method is synchronized.

()

Source from the content-addressed store, hash-verified

162
163
164 public final boolean isSynchronized() {
165 return Modifier.isSynchronized(getModifiers());
166 }
167
168 /** Returns true if the field is volatile. */
169

Callers

nothing calls this directly

Calls 1

getModifiersMethod · 0.95

Tested by

no test coverage detected