MCPcopy Index your code
hub / github.com/apache/groovy / unlock

Method unlock

src/main/java/org/codehaus/groovy/reflection/ClassInfo.java:505–507  ·  view source on GitHub ↗

Releases the lock for this class information.

()

Source from the content-addressed store, hash-verified

503 * Releases the lock for this class information.
504 */
505 public void unlock () {
506 lock.unlock();
507 }
508
509 /**
510 * Returns the per-instance metaclass for the given object, if one has been set.

Callers 15

getMetaClassMethod · 0.95
setMetaClassMethod · 0.95
iteratorMethod · 0.45
toListMethod · 0.45
streamMethod · 0.45
isReusableMethod · 0.45
makeReusableMethod · 0.45
initializeMethod · 0.45
isInitializedMethod · 0.45
checkInitalisedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected