hoshi-lang dev
Yet another programming language
Loading...
Searching...
No Matches
Symbol Struct Reference

#include <symbolExtractor.h>

Public Attributes

yoi::wstr name
 
HoshiSymbolKind kind = HoshiSymbolKind::Variable
 
yoi::indexT line = 0
 
yoi::indexT column = 0
 
yoi::indexT endLine = 0
 
yoi::indexT endColumn = 0
 
yoi::wstr detail
 
yoi::wstr typeInfo
 
yoi::wstr parentName
 
yoi::wstr sourceFile
 
yoi::wstr importPath
 
bool isLocal = false
 
yoi::indexT ownerLine = 0
 
std::vector< Symbolchildren
 

Detailed Description

Definition at line 36 of file symbolExtractor.h.

Member Data Documentation

◆ children

◆ column

◆ detail

◆ endColumn

◆ endLine

◆ importPath

◆ isLocal

◆ kind

◆ line

◆ name

◆ ownerLine

◆ parentName

◆ sourceFile

◆ typeInfo


The documentation for this struct was generated from the following file: