Uses of Class
org.checkerframework.framework.qual.ConditionalPostconditionAnnotation
-
-
Uses of ConditionalPostconditionAnnotation in org.checkerframework.checker.calledmethods.qual
Classes in org.checkerframework.checker.calledmethods.qual with annotations of type ConditionalPostconditionAnnotation Modifier and Type Class Description interfaceEnsuresCalledMethodsIfIndicates that the method, if it terminates with the given result, invokes the given methods on the given expressions.static interfaceEnsuresCalledMethodsIf.ListA wrapper annotation that makes theEnsuresCalledMethodsIfannotation repeatable. -
Uses of ConditionalPostconditionAnnotation in org.checkerframework.checker.index.qual
Classes in org.checkerframework.checker.index.qual with annotations of type ConditionalPostconditionAnnotation Modifier and Type Class Description interfaceEnsuresLTLengthOfIfIndicates that the given expressions evaluate to an integer whose value is less than the lengths of all the given sequences, if the method returns the given result (either true or false).static interfaceEnsuresLTLengthOfIf.ListA wrapper annotation that makes theEnsuresLTLengthOfIfannotation repeatable. -
Uses of ConditionalPostconditionAnnotation in org.checkerframework.checker.lock.qual
Classes in org.checkerframework.checker.lock.qual with annotations of type ConditionalPostconditionAnnotation Modifier and Type Class Description interfaceEnsuresLockHeldIfIndicates that the given expressions are held if the method terminates successfully and returns the given result (either true or false).static interfaceEnsuresLockHeldIf.ListA wrapper annotation that makes theEnsuresLockHeldIfannotation repeatable. -
Uses of ConditionalPostconditionAnnotation in org.checkerframework.checker.nullness.qual
Classes in org.checkerframework.checker.nullness.qual with annotations of type ConditionalPostconditionAnnotation Modifier and Type Class Description interfaceEnsuresKeyForIfIndicates that the given expressions evaluate to a value that is a key in all the given maps, if the method returns the given result (either true or false).static interfaceEnsuresKeyForIf.ListA wrapper annotation that makes theEnsuresKeyForIfannotation repeatable.interfaceEnsuresNonNullIfIndicates that the given expressions are non-null, if the method returns the given result (either true or false).static interfaceEnsuresNonNullIf.List* A wrapper annotation that makes theEnsuresNonNullIfannotation repeatable. -
Uses of ConditionalPostconditionAnnotation in org.checkerframework.common.value.qual
Classes in org.checkerframework.common.value.qual with annotations of type ConditionalPostconditionAnnotation Modifier and Type Class Description interfaceEnsuresMinLenIfIndicates that the value of the given expression is a sequence containing at least the given number of elements, if the method returns the given result (either true or false).static interfaceEnsuresMinLenIf.ListA wrapper annotation that makes theEnsuresMinLenIfannotation repeatable.
-