Class UnknownLocation
A dummy location which is used when something doesn’t have a location in
the source code but needs to have a Location
associated with it. There
may be several distinct kinds of unknown locations. For example: one for
expressions, one for statements and one for other program elements.
Import path
import cpp
Direct supertypes
Indirect supertypes
Known direct subtypes
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 |