Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.checkerframework.checker.lock.qual Classes and Interfaces - 7 results found.
NameDescriptionTypePackageFramework
EnsuresLockHeldIndicates that the value expressions are LockHeld if the method terminates successfully.Classorg.checkerframework.checker.lock.qualChecker
EnsuresLockHeldIfIndicates that the given expressions are @LockHeld if the method returns the given result (either true or false).Classorg.checkerframework.checker.lock.qualChecker
GuardedByThe field (or other variable) to which this annotation is applied can only be accessed when holding a particular lock, which may be a built-inClassorg.checkerframework.checker.lock.qualChecker
HoldingIndicates a method pre and postcondition: the method expects the specified expressions to be @LockHeld when the annotated methodClassorg.checkerframework.checker.lock.qualChecker
HoldingOnEntryIndicates a method precondition: the method expects the specified expressions to be @LockHeld when the annotated method is invoked.Classorg.checkerframework.checker.lock.qualChecker
LockHeldClassorg.checkerframework.checker.lock.qualChecker
LockPossiblyHeldClassorg.checkerframework.checker.lock.qualChecker