Class OptionWithLocationInfo::Some
A wrapper for the given type.
Import path
import codeql.util.OptionDirect supertypes
Inherited predicates
| asSome | Gets the wrapped element, if any. | from Option |
| hasLocationInfo | Holds if this element is at the specified location. The location spans column | from Option |
| isNone | Holds if this option is the singleton | from Option |
| toString | Gets a textual representation of this element. | from Option |