Versions in this module Expand all Collapse all v1 v1.0.0 Jun 11, 2024 Changes in this version + func Rename(sym *Symbol, newName string) error + type Symbol struct + Children []*Symbol + File string + Name string + Parent *Symbol + Position string + Type SymbolType + func SymbolsSlice(filename string) ([]*Symbol, error) + func (s Symbol) StartLine() (int64, error) + type SymbolType string + const SymbolTypeClass + const SymbolTypeConstant + const SymbolTypeField + const SymbolTypeFunction + const SymbolTypeMethod + const SymbolTypeStruct