Class DbLocationImpl
Import path
import semmle.go.internal.LocationsDirect supertypes
Indirect supertypes
Predicates
| getEndColumn | Gets the 1-based column number (inclusive) where this location ends. |
| getEndLine | Gets the 1-based line number (inclusive) where this location ends. |
| getFile | Gets the file for this location. |
| getStartColumn | Gets the 1-based column number (inclusive) where this location starts. |
| getStartLine | Gets the 1-based line number (inclusive) where this location starts. |
| hasLocationInfo | Holds if this element is at the specified location. The location spans column |
Inherited predicates
| getNumLines | Gets the number of lines covered by this location. | from LocationImpl |
| toString | Gets a textual representation of this element. | from LocationImpl |