Class Location
A location of a C/C++ artifact.
Import path
import cppDirect supertypes
Known direct subtypes
Predicates
| charLoc | Holds if this location corresponds to file |
| fullLocationInfo | Holds if this element is in the specified container. The location spans column |
| getContainer | Gets the container corresponding to this location. |
| 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 corresponding to this location, if any. |
| 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 |
| isBefore | Holds if |
| isBefore | Holds if |
| subsumes | Holds if location |
| toString | Gets a textual representation of this element. |