Package org.checkerframework.checker.optional
package org.checkerframework.checker.optional
-
ClassDescriptionA type-checker that prevents
NoSuchElementException
in the use of theOptional
class.Type factory for the OptionalImplChecker.The implementation of a type-checker that prevents misuse of theOptional
class.The transfer function for the Optional Checker.The OptionalImplVisitor enforces the Optional Checker rules.