Module Locations
Provides classes for working with locations and program elements that have locations.
Import path
import semmle.javascript.Locations
Imports
javascript | Provides classes for working with JavaScript programs, as well as JSON, YAML and HTML. |
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. |