codeql/java-all
4.2.1-dev
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
An option type. This is either a singleton None or a Some wrapping the given type.
None
Some
import codeql.util.Option
Gets the wrapped element, if any.
Holds if this option is the singleton None.
Gets a textual representation of this element.