Class UnknownStmtLocation
A dummy location which is used when a statement doesn’t have a location
in the source code but needs to have a Location
associated with it.
Import path
import cpp
Direct supertypes
Inherited predicates
charLoc | Holds if this location corresponds to file | from Location |
fullLocationInfo | Holds if this element is in the specified container. The location spans column | from Location |
getContainer | Gets the container corresponding to this location. | from Location |
getEndColumn | Gets the 1-based column number (inclusive) where this location ends. | from Location |
getEndLine | Gets the 1-based line number (inclusive) where this location ends. | from Location |
getFile | Gets the file corresponding to this location, if any. | from Location |
getStartColumn | Gets the 1-based column number (inclusive) where this location starts. | from Location |
getStartLine | Gets the 1-based line number (inclusive) where this location starts. | from Location |
hasLocationInfo | Holds if this element is at the specified location. The location spans column | from Location |
isBefore | Holds if | from Location |
isBefore | Holds if | from Location |
subsumes | Holds if location | from Location |
toString | Gets a textual representation of this element. | from Location |