Module static_analyser::codemap
[−]
[src]
A mapping from arbitrary locations and sections of source code to their contents.
Structs
| CodeMap |
A mapping of |
| FileMap |
A mapping which keeps track of a file's contents and allows you to cheaply access substrings of the original content. |
| Span |
A unique identifier pointing to a substring in some file. |