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

Method isSatisfied

output/java_guava/1.4.17/Monitor.java:324–324  ·  view source on GitHub ↗

Evaluates this guard's boolean condition. This method is always called with the associated monitor already occupied. Implementations of this method must depend only on state protected by the associated monitor, and must not modify that state.

()

Source from the content-addressed store, hash-verified

322
323
324 public abstract boolean isSatisfied();
325 }
326
327 /**

Callers 11

enterWhenMethod · 0.45
enterIfMethod · 0.45
enterIfInterruptiblyMethod · 0.45
tryEnterIfMethod · 0.45
waitForMethod · 0.45
isSatisfiedMethod · 0.45
awaitMethod · 0.45
awaitUninterruptiblyMethod · 0.45
awaitNanosMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected