Module Locations
Provides classes for working with locations and program elements that have locations.
Import path
import semmle.go.Locations
Imports
go | Provides classes for working with Go programs. |
Classes
DbLocation | A location as given by a file, a start line, a start column, an end line, and an end column. |
Locatable | A program element with a location. |
Aliases
Location | A location as given by a file, a start line, a start column, an end line, and an end column. |