|
Zen-C
|
A range in the source code mapping to semantic info. More...
#include <lsp_index.h>

Data Fields | |
| int | start_line |
| Start line (1-based). | |
| int | start_col |
| Start column (1-based). | |
| int | end_line |
| End line. | |
| int | end_col |
| End column (approximated). | |
| RangeType | type |
| Type of range (def or ref). | |
| int | def_line |
| Line of definition (if reference). | |
| int | def_col |
| Column of definition (if reference). | |
| char * | hover_text |
| Tooltip text / signature. | |
| ASTNode * | node |
| Associated AST node. | |
| struct LSPRange * | next |
A range in the source code mapping to semantic info.
| int LSPRange::def_col |
Column of definition (if reference).
| int LSPRange::def_line |
Line of definition (if reference).
| int LSPRange::end_col |
End column (approximated).
| int LSPRange::end_line |
End line.
| char* LSPRange::hover_text |
Tooltip text / signature.
| struct LSPRange* LSPRange::next |
| ASTNode* LSPRange::node |
Associated AST node.
| int LSPRange::start_col |
Start column (1-based).
| int LSPRange::start_line |
Start line (1-based).