Module LocatableOption
Constructs an Option
type that is a disjoint union of the given type and an
additional singleton element, and has a getLocation
predicate.
T
must have a getLocation
predicate with a result type of Location
.
Import path
import codeql.util.Option
Predicates
some | Gets the given element wrapped as an |
Classes
Parameters
Location | LocationSig | |
T | LocatableType |