Class OptionWithLocationInfo::Some
A wrapper for the given type.
Import path
import codeql.util.Option
Direct 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 |