Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.checkerframework.dataflow.qual Classes and Interfaces - 6 results found.
NameDescriptionTypePackageFramework
DeterministicA method is called deterministic if it returns the same value (according to ==) every time it is called with the sameClassorg.checkerframework.dataflow.qualChecker
LockingFreeClassorg.checkerframework.dataflow.qualChecker
PureClassorg.checkerframework.dataflow.qualChecker
Pure .KindThe method returns exactly the same value when called in the sameThe method has no visible side-effects.Classorg.checkerframework.dataflow.qualChecker
SideEffectFreeA method is called side-effect-free if it has no visible side-effects, such as setting a field of an object that existed beforeClassorg.checkerframework.dataflow.qualChecker
TerminatesExecutionTerminatesExecution is a method annotation that indicates that a method terminates the execution of the program.Classorg.checkerframework.dataflow.qualChecker